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
554a75b6
Commit
554a75b6
authored
Jan 26, 2014
by
Damien George
Browse files
Merge pull request #226 from pfalcon/make-debug
unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
parents
5bd56fbf
e2febe90
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
554a75b6
...
...
@@ -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