From 2f43ec836def75285fa2e7ac6ef60595f1c36ce4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 18 Feb 2010 19:00:12 -0800 Subject: http: document CFLAGS used for development this file may be sourced and used later, too --- ext/unicorn_http/CFLAGS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ext/unicorn_http/CFLAGS 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" -- cgit v1.2.3-24-ge0c7