X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.inc;h=fa84a1b06aebce4e35086d62b020b5ba4c3eed32;hb=d289688e58f6f1d177afc33ee3be8d2e1129e41c;hp=f0ebc00a1a5c0832dbd6f7d34fca09f95158d71c;hpb=1b83d1e7175007b2e44d440eaa7ebaa6f2fe5546;p=libc-test diff --git a/Makefile.inc b/Makefile.inc index f0ebc00..fa84a1b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -9,7 +9,7 @@ OBJS = $(SRCS:.c=.o) AR=ar RANLIB=ranlib -CFLAGS += -g -D_POSIX_C_SOURCE=200809L -std=c99 -pipe -Wall -Wno-unused-function +CFLAGS += -g -D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE -std=c99 -pipe -Wall -Wno-unused-function -Wno-missing-braces LDFLAGS += -g -lpthread -lrt -lm -include $(TROOT)/config.mak