no bsd macro

This commit is contained in:
Connor Lane Smith 2011-05-24 19:09:50 +01:00
parent f458397d5a
commit 5e6e00121e
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ VERSION = 0.0
AR = ar
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static