summaryrefslogtreecommitdiff
path: root/build.template
diff options
context:
space:
mode:
Diffstat (limited to 'build.template')
-rw-r--r--build.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.template b/build.template
index c9134ec..53cea69 100644
--- a/build.template
+++ b/build.template
@@ -23,7 +23,8 @@
srcdir='@srcdir@'
CC='@CC@'
-CFLAGS="${CFLAGS--g}"
+CFLAGS='@CFLAGS@'
+LDFLAGS='@LDFLAGS@'
defines='@DEFS@ -DLIBDIR="${libdir}" -DINCLUDEDIR="${includedir}"'
ALLOCA='@ALLOCA@'
LOADLIBES='@LIBS@'