mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix debug option for msvcbuild.bat.
This commit is contained in:
parent
e549ffcbeb
commit
726dc42c32
@ -53,8 +53,8 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
|
||||
|
||||
@if "%1" neq "debug" goto :NODEBUG
|
||||
@shift
|
||||
@set LJCOMPILE=%LJCOMPILE% /Zi /Fdluajit.pdb
|
||||
@set LJLINK=%LJLINK% /debug /PDB:luajit.pdb
|
||||
@set LJCOMPILE=%LJCOMPILE% /Zi
|
||||
@set LJLINK=%LJLINK% /debug
|
||||
:NODEBUG
|
||||
@if "%1"=="amalg" goto :AMALGDLL
|
||||
@if "%1"=="static" goto :STATIC
|
||||
|
Loading…
Reference in New Issue
Block a user