Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
METRo projects
metro
Commits
d99e5416
Commit
d99e5416
authored
Jan 31, 2013
by
Miguel Tremblay
Browse files
Add the gcc flag "-Wall" at the compilation of macadam.c.
parent
9ade30e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/do_macadam
View file @
d99e5416
...
...
@@ -86,7 +86,8 @@ echo ' macadam.i :'
swig
-python
macadam.i
echo
" C compilation"
gcc
-c
-fPIC
macadam.c macadam_wrap.c
$PYTHON_INC
gcc
-c
-fPIC
-Wall
macadam.c
$PYTHON_INC
gcc
-c
-fPIC
macadam_wrap.c
$PYTHON_INC
if
[
-z
$FC
]
;
then
if
[
`
which gfortran
`
]
;
then
...
...
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