about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-18 19:00:12 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-18 19:30:51 -0800
commit2f43ec836def75285fa2e7ac6ef60595f1c36ce4 (patch)
tree790bc3b1d4ca0946ea8df815769ca13c18ed5017
parentace625cfb1aa1b3c2f06890fb1f97900059bf226 (diff)
downloadunicorn-2f43ec836def75285fa2e7ac6ef60595f1c36ce4.tar.gz
this file may be sourced and used later, too
-rw-r--r--ext/unicorn_http/CFLAGS13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/unicorn_http/CFLAGS b/ext/unicorn_http/CFLAGS
new file mode 100644
index 0000000..2b83d0e
--- /dev/null
+++ b/ext/unicorn_http/CFLAGS
@@ -0,0 +1,13 @@
+# CFLAGS used for development (gcc-dependent)
+# source this file if you want/need them
+CFLAGS=
+CFLAGS="$CFLAGS -Wall"
+CFLAGS="$CFLAGS -Wwrite-strings"
+CFLAGS="$CFLAGS -Wdeclaration-after-statement"
+CFLAGS="$CFLAGS -Wcast-qual"
+CFLAGS="$CFLAGS -Wstrict-prototypes"
+CFLAGS="$CFLAGS -Wshadow"
+CFLAGS="$CFLAGS -Wextra"
+CFLAGS="$CFLAGS -Wno-deprecated-declarations"
+CFLAGS="$CFLAGS -Waggregate-return"
+CFLAGS="$CFLAGS -Wchar-subscripts"