git.openpandora.org
/
sgx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dceb88
)
drop debug symbol build
author
Grazvydas Ignotas
<notasas@gmail.com>
Tue, 22 May 2012 23:59:32 +0000
(
02:59
+0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Tue, 22 May 2012 23:59:32 +0000
(
02:59
+0300)
only bloats the .ko's
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4f87695
..
1e1b41d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-56,7
+56,7
@@
CBUILD.timing = -DTIMING
CBUILD.release = -DRELEASE
CFLAGS.debug = -g -O0 -DDLL_METRIC=1
CFLAGS.timing = $(OPTIM) -g -DDLL_METRIC=1 -DTIMING
-CFLAGS.release = $(OPTIM)
-g
+CFLAGS.release = $(OPTIM)
CFLAGS = $(CFLAGS.$(BUILD))