Skip to content

Commit

Permalink
Fix reset crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Apr 28, 2024
1 parent 9bb9b2c commit a133291
Show file tree
Hide file tree
Showing 4 changed files with 867 additions and 690 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ if( (NOT ANDROID))
endif()

if (NOT EMSCRIPTEN)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O3 ")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O3 ")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g ")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g ")
set(UNICODE_GUI 1)
else ()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -DNDEBUG")
Expand Down
Loading

0 comments on commit a133291

Please sign in to comment.