diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 23:43:27 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 23:43:27 +0000 |
commit | ab5273d9a9292dc4319be502f2c01247e015358f (patch) | |
tree | 4ae857dc1f6cee3d2a1c829da7f5ed4ca0678de8 | |
parent | 488a67e5a3a607680dab9d7be286ae40f6a63965 (diff) | |
download | rtmux-ab5273d9a9292dc4319be502f2c01247e015358f.tar.gz rtmux-ab5273d9a9292dc4319be502f2c01247e015358f.tar.bz2 rtmux-ab5273d9a9292dc4319be502f2c01247e015358f.zip |
Don't bother with this.
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index dbb56656..4a784177 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.97 2009-05-13 23:41:58 nicm Exp $ +# $Id: GNUmakefile,v 1.98 2009-05-13 23:43:27 nicm Exp $ .PHONY: clean @@ -16,13 +16,11 @@ ifdef FDEBUG LDFLAGS+= -rdynamic CFLAGS+= -g -ggdb -DDEBUG LIBS+= -ldl -ifeq ($(CC),gcc) CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align endif -endif PREFIX?= /usr/local INSTALLDIR= install -d |