mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
RELEASE LuaJIT-2.0.0-beta8 (fixed)
This commit is contained in:
parent
f50c962e94
commit
29e89adfa7
@ -147,7 +147,7 @@ XCFLAGS=
|
|||||||
#
|
#
|
||||||
# Turn on assertions for the whole LuaJIT VM. This significantly slows down
|
# Turn on assertions for the whole LuaJIT VM. This significantly slows down
|
||||||
# everything. Use only if you suspect a problem with LuaJIT itself.
|
# everything. Use only if you suspect a problem with LuaJIT itself.
|
||||||
XCFLAGS+= -DLUA_USE_ASSERT
|
#XCFLAGS+= -DLUA_USE_ASSERT
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# You probably don't need to change anything below this line!
|
# You probably don't need to change anything below this line!
|
||||||
@ -296,7 +296,7 @@ else
|
|||||||
TARGET_XLDFLAGS+= -Wl,-E
|
TARGET_XLDFLAGS+= -Wl,-E
|
||||||
endif
|
endif
|
||||||
ifeq (Linux,$(TARGET_SYS))
|
ifeq (Linux,$(TARGET_SYS))
|
||||||
TARGET_XLIBS+= -ldl -lpthread
|
TARGET_XLIBS+= -ldl
|
||||||
endif
|
endif
|
||||||
ifeq (GNU/kFreeBSD,$(TARGET_SYS))
|
ifeq (GNU/kFreeBSD,$(TARGET_SYS))
|
||||||
TARGET_XLIBS+= -ldl
|
TARGET_XLIBS+= -ldl
|
||||||
|
Loading…
Reference in New Issue
Block a user