Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xQML
xQML
Commits
f3a3ba3f
Commit
f3a3ba3f
authored
Feb 14, 2019
by
Matthieu Tristram
Browse files
Update -std=c99 to -std=gnu99
(should work for both gcc and icc)
parent
9e452df4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
f3a3ba3f
...
...
@@ -20,7 +20,7 @@ else:
libs
=
[
'm'
]
use_icc
=
True
if
'--icc'
in
sys
.
argv
else
False
extra
=
[
'-std=
c
99'
]
extra
=
[
'-std=
gnu
99'
]
if
use_icc
:
if
USE_OPENMP
:
libs
+=
[
'gomp'
,
'iomp5'
]
...
...
Write
Preview
Markdown
is supported
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