Fix debug option for msvcbuild.bat.

This commit is contained in:
Mike Pall 2011-11-17 17:34:23 +01:00
parent e549ffcbeb
commit 726dc42c32

View File

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