diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-10-18 23:09:39 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-10-18 23:09:39 +0200 |
commit | 3099802ec17b2e9d25800fd51d0ecfceb63ecb23 (patch) | |
tree | 628c022ee028cd2e8e21432961898e34a86527a7 /Makefile.cfg | |
parent | 2f38d1ad1cdd495da2a4d47530ab7c8b897fb89b (diff) |
Diffstat (limited to 'Makefile.cfg')
-rw-r--r-- | Makefile.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.cfg b/Makefile.cfg index 0b5a803..bb84ddf 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -8,7 +8,7 @@ CXX = g++ RM = rm -f LD = g++ -HAVES += -DHAVE_VSSCANF -DHAVE_FCNTL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHAVE_FSYNC -DHAVE_MALLOC_H -DHAVE_ASPRINTF -DHAVE_BYTESWAP_H +HAVES += -DHAVE_VSSCANF -DHAVE_FCNTL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHAVE_FSYNC -DHAVE_MALLOC_H -DHAVE_ASPRINTF -DHAVE_BYTESWAP_H -DHAVE_VASPRINTF DEBUG_FLAGS = -g -D_DEBUG RELEASE_FLAGS = -O3 -fno-strict-aliasing -DNDEBUG |