mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +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
|
@if "%1" neq "debug" goto :NODEBUG
|
||||||
@shift
|
@shift
|
||||||
@set LJCOMPILE=%LJCOMPILE% /Zi /Fdluajit.pdb
|
@set LJCOMPILE=%LJCOMPILE% /Zi
|
||||||
@set LJLINK=%LJLINK% /debug /PDB:luajit.pdb
|
@set LJLINK=%LJLINK% /debug
|
||||||
: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