diff --git a/Makefile b/Makefile index f999362261a7ab75a6562647034599a0b74a7027..3bea8e314ddf2c875326328ee6f87a8ed4197222 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # multicat Makefile VERSION = 2.2 -CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE +CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE -D_DEFAULT_SOURCE CFLAGS += -g # Comment out the following line for Mac OS X build LDLIBS += -lrt -pthread