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
bob
bob.buildout
Commits
a4da1e75
Commit
a4da1e75
authored
Jun 08, 2016
by
André Anjos
💬
Browse files
Use -mtune=native instead of generic so it works on more platforms
parent
1b624f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/buildout/envwrapper.py
View file @
a4da1e75
...
...
@@ -24,7 +24,7 @@ class EnvironmentWrapper(object):
"""
DEBUG_FLAGS
=
'-O0 -g -DBOB_DEBUG'
RELEASE_FLAGS
=
'-O3 -g0 -DNDEBUG -mtune=
generic
'
RELEASE_FLAGS
=
'-O3 -g0 -DNDEBUG -mtune=
native
'
# Note: CLang does not work well with BZ_DEBUG\n
if
platform
.
system
()
!=
'Darwin'
:
DEBUG_FLAGS
+=
" -DBZ_DEBUG"
...
...
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