File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11diff --git a/makefile b/makefile
2- index b37fdb28..accb2822 100644
2+ index 8674519f..17dabfa8 100644
33--- a/makefile
44+++ b/makefile
5- @@ -40 ,7 +40 ,7 @@ CWARNSC= -Wdeclaration-after-statement \
5+ @@ -39 ,7 +39 ,7 @@ CWARNSC= -Wdeclaration-after-statement \
66 -Wold-style-definition \
77
88
@@ -11,10 +11,10 @@ index b37fdb28..accb2822 100644
1111
1212 # Some useful compiler options for internal tests:
1313 # -DLUAI_ASSERT turns on all assertions inside Lua.
14- @@ -72 ,11 +72 ,11 @@ LOCAL = $(TESTS) $(CWARNS)
15- # enable Linux goodies
14+ @@ -73 ,11 +73 ,11 @@ LOCAL = $(TESTS) $(CWARNS)
15+ # Note that Linux/Posix options are not compatible with C89
1616 MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX
17- MYLDFLAGS= $(LOCAL) -Wl,-E
17+ MYLDFLAGS= -Wl,-E
1818- MYLIBS= -ldl
1919+ MYLIBS= -ldl $(LDFLAGS)
2020
You can’t perform that action at this time.
0 commit comments