summaryrefslogtreecommitdiff
blob: bfe71bf43885b38a58ec235173398f35afe13e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,11 +30,9 @@
 DEFS= \
   -DPKGDATADIR=\"$(pkgdatadir)/\"
 
-LIBS=$(DEPS_LIBS) -lm
+LIBS+=$(DEPS_LIBS) -lm
 
 AM_CPPFLAGS = \
-  -g \
-  -O2 \
   -Wall \
   -Wmissing-prototypes \
   -Wmissing-declarations \