Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e2febe90
Commit
e2febe90
authored
Jan 25, 2014
by
Paul Sokolovsky
Browse files
unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
Also, don't try to force debug info format, use native.
parent
8fcf7b85
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
e2febe90
...
...
@@ -15,7 +15,7 @@ LDFLAGS = -lm
#Debugging/Optimization
ifdef
DEBUG
CFLAGS
+=
-O
g
-g
gdb
CFLAGS
+=
-O
0
-g
else
CFLAGS
+=
-Os
#-DNDEBUG
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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