diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index b3415ffd..9f7bcfcc 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -147,7 +147,7 @@ XCFLAGS= | |||
147 | # | 147 | # |
148 | # Turn on assertions for the whole LuaJIT VM. This significantly slows down | 148 | # Turn on assertions for the whole LuaJIT VM. This significantly slows down |
149 | # everything. Use only if you suspect a problem with LuaJIT itself. | 149 | # everything. Use only if you suspect a problem with LuaJIT itself. |
150 | XCFLAGS+= -DLUA_USE_ASSERT | 150 | #XCFLAGS+= -DLUA_USE_ASSERT |
151 | # | 151 | # |
152 | ############################################################################## | 152 | ############################################################################## |
153 | # You probably don't need to change anything below this line! | 153 | # You probably don't need to change anything below this line! |
@@ -296,7 +296,7 @@ else | |||
296 | TARGET_XLDFLAGS+= -Wl,-E | 296 | TARGET_XLDFLAGS+= -Wl,-E |
297 | endif | 297 | endif |
298 | ifeq (Linux,$(TARGET_SYS)) | 298 | ifeq (Linux,$(TARGET_SYS)) |
299 | TARGET_XLIBS+= -ldl -lpthread | 299 | TARGET_XLIBS+= -ldl |
300 | endif | 300 | endif |
301 | ifeq (GNU/kFreeBSD,$(TARGET_SYS)) | 301 | ifeq (GNU/kFreeBSD,$(TARGET_SYS)) |
302 | TARGET_XLIBS+= -ldl | 302 | TARGET_XLIBS+= -ldl |