blob: d16b62e12edb40f539a170fa378111067849326f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,8 +25,8 @@
INSTALL = @INSTALL@
DEFS = @DEFS@
LIBS = @LIBS@
-CFLAGS = -O
-LDFLAGS = -s
+CFLAGS +=
+LDFLAGS +=
prefix = @prefix@
SHELL = /bin/sh
|