summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-03-22 19:45:46 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-03-22 19:45:46 +0000
commit0a6472fe170438016c23c71d9129e627f26cd398 (patch)
treecfd8c48c070216581a10a333fbf09da5130b6a46 /configure.in
parenta51747b602f9cd03c7431788f80431c1710f5827 (diff)
Fixed compiler options and warnings.
Proper parameter types. Cleanup.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 442f19ff..ae9aa5a7 100644
--- a/configure.in
+++ b/configure.in
@@ -11,6 +11,8 @@ AC_PREFIX_DEFAULT(/usr)
AC_SUBST(LD)
AC_SUBST(AR)
+CFLAGS="-Wall -g -O2"
+
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_INSTALL