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
Martin Reinecke
ducc
Commits
7de132bf
Commit
7de132bf
authored
Feb 25, 2020
by
Martin Reinecke
Browse files
update C++ standard flags
parent
b27ed2c6
Pipeline
#69776
failed with stages
in 7 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pypocketfft/setup.py
View file @
7de132bf
...
...
@@ -13,7 +13,7 @@ class _deferred_pybind11_include(object):
include_dirs
=
[
'.'
,
_deferred_pybind11_include
(
True
),
_deferred_pybind11_include
()]
extra_compile_args
=
[
'-I.'
,
'--std=c++1
4
'
,
'-march=native'
,
'-ffast-math'
,
'-O3'
]
extra_compile_args
=
[
'-I.'
,
'--std=c++1
7
'
,
'-march=native'
,
'-ffast-math'
,
'-O3'
]
python_module_link_args
=
[]
define_macros
=
[]
...
...
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