author | Alberto Bertogli
<albertito@gmail.com> 2004-05-05 01:38:25 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-07-15 12:44:26 UTC |
parent | 234f105ed3154739ba6648be2e67df02535f3427 |
Make.conf | +4 | -0 |
diff --git a/Make.conf b/Make.conf index 4c389ad..1fc1c99 100644 --- a/Make.conf +++ b/Make.conf @@ -11,6 +11,10 @@ ifdef DEBUG CFLAGS += -g -pg -fprofile-arcs -ftest-coverage endif +ifdef STRICT +CFLAGS += -ansi -pedantic +endif + # prefix for installing the binaries PREFIX=/usr/local