Skip to content

Commit

Permalink
Try to fix debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JBetz committed Oct 21, 2024
1 parent a445f4e commit 9190018
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,8 @@ rem

pushd %BUILD%\SDL_ttf
rc.exe -nologo src\version.rc || exit /b 1
cl.exe /Zi -MP -MT -O2 -Iinclude -DDLL_EXPORT -DNDEBUG -DWIN32 -DTTF_USE_HARFBUZZ=1 ^
cl.exe -MP -MT -O2 -Iinclude -DDLL_EXPORT -DNDEBUG -DWIN32 -DTTF_USE_HARFBUZZ=1 ^
-Zi -FdSDL3_ttf.pdb ^
src\*.c src\version.res ^
-I%DEPEND%\include\freetype2 -I%DEPEND%\include\harfbuzz ^
-link -dll -opt:icf -opt:ref -out:SDL3_ttf.dll ^
Expand All @@ -781,7 +782,7 @@ cl.exe /Zi -MP -MT -O2 -Iinclude -DDLL_EXPORT -DNDEBUG -DWIN32 -DTTF_USE_HARFBUZ
copy /y include\SDL3_ttf\SDL_ttf.h %OUTPUT%\include\SDL3\
copy /y SDL3_ttf.dll %OUTPUT%\bin\
copy /y SDL3_ttf.lib %OUTPUT%\lib\
copy /y .* %OUTPUT%\other\
copy /y SDL3_ttf.pdb %OUTPUT%\bin\
popd

rem
Expand Down

0 comments on commit 9190018

Please sign in to comment.