unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 2b83d0eba03edc2055d60c6d0f2ba6611818c21c 432 bytes (raw)
$ git show v0.97.1:ext/unicorn_http/CFLAGS	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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"

git clone https://yhbt.net/unicorn.git