Skip to content

Commit

Permalink
Compile with march=native
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 18, 2017
1 parent 65bf5e8 commit 79fcf85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
COMPILE_OPTIONS = {
'msvc': ['/Ox', '/EHsc'],
'mingw32' : ['-O3', '-Wno-strict-prototypes', '-Wno-unused-function'],
'other' : ['-O3', '-Wno-strict-prototypes', '-Wno-unused-function']
'other' : ['-O3', '-Wno-strict-prototypes', '-Wno-unused-function',
'-march=native']
}


Expand Down

0 comments on commit 79fcf85

Please sign in to comment.