[hackers] [sbase] Add -D_GNU_SOURCE to config.mk for tcc || sin
commit f8a216a18c355cdd8b29da1bdb50bd4019423693
Author: sin <sin_AT_2f30.org>
Date: Tue Apr 29 22:30:44 2014 +0100
Add -D_GNU_SOURCE to config.mk for tcc
diff --git a/config.mk b/config.mk
index a3ffc4d..078cf5e 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -15,5 +15,5 @@ LDFLAGS = -g
#CC = tcc
#LD = $(CC)
#CPPFLAGS = -D_POSIX_C_SOURCE=200112L
-#CFLAGS = -Os -Wall $(CPPFLAGS)
+#CFLAGS = -Os -Wall $(CPPFLAGS) -D_GNU_SOURCE
#LDFLAGS =
Received on Tue Apr 29 2014 - 23:31:20 CEST
This archive was generated by hypermail 2.3.0
: Tue Apr 29 2014 - 23:36:07 CEST