summaryrefslogtreecommitdiff
path: root/libdde_linux26
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-08-08 13:05:23 +0200
committerZheng Da <zhengda1936@gmail.com>2010-08-08 13:05:23 +0200
commit7cd709038cc5c25d66d4bacc8c7c1268d9d3f5dd (patch)
treed96316d912c35abb948a0ae88caf31b2ff2dcee3 /libdde_linux26
parent793af51f505adfa1ea138dc76be731faab58b1a6 (diff)
for debugging IDE.
Diffstat (limited to 'libdde_linux26')
-rw-r--r--libdde_linux26/mk/binary.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdde_linux26/mk/binary.inc b/libdde_linux26/mk/binary.inc
index 2cd4b0a3..e35547f3 100644
--- a/libdde_linux26/mk/binary.inc
+++ b/libdde_linux26/mk/binary.inc
@@ -244,7 +244,7 @@ LDFLAGS += --hash-style=sysv
endif
endif
-OPTS ?= -g -O2 -fno-strict-aliasing
+OPTS ?= -g -fno-strict-aliasing
WARNINGS?= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(WARNINGS_$@)
ifeq ($(MODE),host)