notaz.gp2x.de
/
ginge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c900a
)
don't strip, it's not useful in the age of huge SD cards
author
notaz
<notasas@gmail.com>
Tue, 5 Jan 2016 01:29:17 +0000
(
03:29
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 5 Jan 2016 01:31:14 +0000
(
03:31
+0200)
loader/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/loader/Makefile
b/loader/Makefile
index
99f0af6
..
90b6839
100644
(file)
--- a/
loader/Makefile
+++ b/
loader/Makefile
@@
-6,7
+6,7
@@
CFLAGS += -Wall -ggdb -DLOADER
LDFLAGS += -ggdb -lpthread -lrt
ifndef DEBUG
CFLAGS += -O2 -fno-strict-aliasing
-LDFLAGS += -
s -
O2
+LDFLAGS += -O2
endif
ifdef DBG
CFLAGS += -DDBG=$(DBG)