Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
William Xu
SPINS_main
Commits
2596931b
Commit
2596931b
authored
Jan 24, 2018
by
David Deepwell
Browse files
Add missing debug flag in graham system file
parent
03c3f6e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
systems/graham.sh
systems/graham.sh
+1
-1
No files found.
systems/graham.sh
View file @
2596931b
...
@@ -13,7 +13,7 @@ SYSTEM_LDFLAGS=
...
@@ -13,7 +13,7 @@ SYSTEM_LDFLAGS=
# Compiler flags for debugging
# Compiler flags for debugging
DEBUG_CFLAGS
=
"-g -DBZ_DEBUG"
DEBUG_CFLAGS
=
"-g -DBZ_DEBUG"
DEBUG_LDFLAGS
=
DEBUG_LDFLAGS
=
"-g -DBZ_DEBUG"
# Compiler flags for optimization
# Compiler flags for optimization
OPTIM_CFLAGS
=
"-O3 -fp-model fast=2"
OPTIM_CFLAGS
=
"-O3 -fp-model fast=2"
...
...
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