Windows/x86: Add MSVC flags for debug build with exception interop.

This commit is contained in:
Mike Pall 2016-09-06 19:37:30 +02:00
parent f6f838f840
commit 03b03ef683

View File

@ -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