Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
u3dreal committed Nov 26, 2024
1 parent 31d3a80 commit 4485513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_sources/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ext_modules = [Extension(
module_name,
['core.pyx'],
extra_compile_args=['/Ox','/openmp','/GT','/arch:SSE2','/fp:fast']#['/Ox','/openmp:llvm','/GT','/arch:SSE2','/fp:fast', '/wd4244', '/MD']
extra_compile_args=['/Ox','/openmp:llvm','/GT','/arch:SSE2','/fp:fast']#['/Ox','/openmp:llvm','/GT','/arch:SSE2','/fp:fast', '/wd4244', '/MD']
)]

elif os_name == "Linux":
Expand All @@ -58,7 +58,7 @@
ext_modules = [Extension(
module_name,
['core.pyx'],
extra_compile_args=['/Ox','/openmp','/GT','/arch:SSE2','/fp:fast']#['/Zi', '/O0','/openmp:llvm', '/MD']
extra_compile_args=['/O0','/openmp:llvm','/GT','/arch:SSE2','/fp:fast']#['/Zi', '/O0','/openmp:llvm', '/MD']
)]

elif os_name == "Linux":
Expand Down

0 comments on commit 4485513

Please sign in to comment.