aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index b37fdb28..58de5ddb 100644
--- a/makefile
+++ b/makefile
@@ -69,7 +69,9 @@ CWARNS= $(CWARNSCPP) $(CWARNSC) $(CWARNGCC)
69LOCAL = $(TESTS) $(CWARNS) 69LOCAL = $(TESTS) $(CWARNS)
70 70
71 71
72# enable Linux goodies 72# To enable Linux goodies, -DLUA_USE_LINUX
73# For C89, "-std=c89 -DLUA_USE_C89"
74# Note that Linux/Posix options are not compatible with C89
73MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX 75MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX
74MYLDFLAGS= $(LOCAL) -Wl,-E 76MYLDFLAGS= $(LOCAL) -Wl,-E
75MYLIBS= -ldl 77MYLIBS= -ldl