aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-07 20:30:24 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-12-07 20:30:24 +0100
commit471b3f3404bb21b9854edc26588e7e677f55b669 (patch)
tree6cd761390415a5f0640b75982fdf9aa8874dd64f
parente4871ebbe77f4d6c7fb339b8861001b5715b621f (diff)
Remove ADDITIONAL_CFLAGS from Makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26af52a..5d625fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
RM_F = rm -f
-ADDITIONAL_CFLAGS = -DCHUNK_LENGTH=6 -DKEY_LENGTH=64 -DOFFSET_MASK=63 -DMAX_CHUNKS=11 -DLAST_CHUNK_LENGTH=4 -DBPT_EXPLICIT_CONFIGURATION -DBPT_KEY_T=intptr_t -DBPT_KEY_BITMASK_T=int64_t
+ADDITIONAL_CFLAGS =
CFLAGS = -std=c99 -Wall -pedantic -ggdb -g -DUSE_TERMIOS $(ADDITIONAL_CFLAGS)
LIBTOOL = libtool
LDFLAGS = -lc