diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4d8c11c..3595d70 100644 --- a/configure.in +++ b/configure.in @@ -308,8 +308,8 @@ then case $GCC in yes) case $ac_cv_prog_cc_g in - yes) OPT="-g -O2";; - *) OPT="-O2";; + yes) OPT="-g -O2 -Wall -Wstrict-prototypes";; + *) OPT="-O2 -Wall -Wstrict-prototypes";; esac ;; *) OPT="-O";; |