blob: 4818e624cb5e5091ef793b6ebeb8e22f8b44fd76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./src/Makefile.am.orig 2007-11-01 15:06:11.000000000 +0100
+++ ./src/Makefile.am 2013-02-26 19:07:58.000000000 +0100
@@ -4,9 +4,7 @@
$(PACKAGE_CFLAGS)
AM_CFLAGS =\
- -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith\
- -O1\
- -g
+ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith
bin_PROGRAMS = gtksql
|