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
LARN
PRRT
Commits
7e08d77b
Commit
7e08d77b
authored
Oct 25, 2016
by
Andreas Schmidt
Browse files
Use gcc for C code.
parent
7df718d1
Pipeline
#649
passed with stage
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
7e08d77b
...
...
@@ -3,7 +3,7 @@ from distutils.extension import Extension
from
Cython.Build
import
cythonize
import
os
os
.
environ
[
"CC"
]
=
"g
++
-5"
os
.
environ
[
"CC"
]
=
"g
cc
-5"
os
.
environ
[
"CXX"
]
=
"g++-5"
setup
(
...
...
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