This commit is contained in:
Connor Lane Smith 2011-05-24 19:14:46 +01:00
parent 5e6e00121e
commit a07ea108ad
1 changed files with 2 additions and 2 deletions

View File

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