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
e78e2dd3
Commit
e78e2dd3
authored
Jan 09, 2014
by
mux
Browse files
Fix Makefile typo
parent
74269f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/Makefile
View file @
e78e2dd3
...
...
@@ -27,9 +27,9 @@ CFLAGS = -I. -I$(PY_SRC) -I$(FATFSSRC) -I$(STMSRC) -Wall -ansi -std=gnu99 $(CFLA
#Debugging/Optimization
ifeq
($(DEBUG), 1)
CFLAGS
=
-O0
-ggdb
CFLAGS
+
=
-O0
-ggdb
else
CFLAGS
=
-Os
-DNDEBUG
CFLAGS
+
=
-Os
-DNDEBUG
endif
LDFLAGS
=
--nostdlib
-T
stm32f405.ld
...
...
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