You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
375 B
14 lines
375 B
12 years ago
|
diff -Naur stoken-0.2.old/configure.ac stoken-0.2/configure.ac
|
||
|
--- stoken-0.2.old/configure.ac 2013-06-03 20:28:55.389316251 +0200
|
||
|
+++ stoken-0.2/configure.ac 2013-06-03 21:51:29.271677470 +0200
|
||
|
@@ -33,9 +33,6 @@
|
||
|
|
||
|
if test "x$enable_debug" = xyes; then
|
||
|
CFLAGS="$CFLAGS -O0 -ggdb"
|
||
|
-else
|
||
|
- CFLAGS="$CFLAGS -O2"
|
||
|
- LDFLAGS="$LDFLAGS -Wl,--strip-debug"
|
||
|
fi
|
||
|
|
||
|
EXTRA_PC_LIBS=""
|