Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
4c2be7cf
Commit
4c2be7cf
authored
Jul 13, 2017
by
Konstantinos Chatzilygeroudis
Browse files
Fix for #239
parent
9ee58c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
wscript
View file @
4c2be7cf
...
...
@@ -105,7 +105,7 @@ def configure(conf):
conf
.
load
(
'nlopt'
)
conf
.
load
(
'libcmaes'
)
native_flags
=
"
-mavx -mfma
-march=native"
native_flags
=
"-march=native"
if
conf
.
env
.
CXX_NAME
in
[
"icc"
,
"icpc"
]:
common_flags
=
"-Wall -std=c++11"
opt_flags
=
" -O3 -xHost -g"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment