Skip to content

Commit

Permalink
Update cimgui. Update build script to use RelWithDebInfo for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
slotthhy committed Jul 12, 2022
1 parent 6089340 commit fdf0da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-native.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set BUILD_CMAKE_GENERATOR_PLATFORM=x64

:ArgLoop
if [%1] == [] goto Build
if /i [%1] == [Release] (set BUILD_CONFIG=Release&& shift & goto ArgLoop)
if /i [%1] == [Release] (set BUILD_CONFIG=RelWithDebInfo&& shift & goto ArgLoop)
if /i [%1] == [Debug] (set BUILD_CONFIG=Debug&& shift & goto ArgLoop)
if /i [%1] == [x64] (set BUILD_ARCH=x64&& shift & goto ArgLoop)
if /i [%1] == [x86] (set BUILD_ARCH=x86&& set BUILD_CMAKE_GENERATOR_PLATFORM=Win32&&shift & goto ArgLoop)
Expand Down

0 comments on commit fdf0da0

Please sign in to comment.