mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Windows/x86: Add MSVC flags for debug build with exception interop.
This commit is contained in:
parent
f6f838f840
commit
03b03ef683
@ -67,7 +67,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
|
|||||||
@if "%1" neq "debug" goto :NODEBUG
|
@if "%1" neq "debug" goto :NODEBUG
|
||||||
@shift
|
@shift
|
||||||
@set LJCOMPILE=%LJCOMPILE% /Zi
|
@set LJCOMPILE=%LJCOMPILE% /Zi
|
||||||
@set LJLINK=%LJLINK% /debug
|
@set LJLINK=%LJLINK% /debug /opt:ref /opt:icf /incremental:no
|
||||||
:NODEBUG
|
:NODEBUG
|
||||||
@if "%1"=="amalg" goto :AMALGDLL
|
@if "%1"=="amalg" goto :AMALGDLL
|
||||||
@if "%1"=="static" goto :STATIC
|
@if "%1"=="static" goto :STATIC
|
||||||
|
Loading…
Reference in New Issue
Block a user