Skip to content

Commit

Permalink
cmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAbcOfficial committed Jun 10, 2023
1 parent 7669cde commit 46caf46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ if(MSVC)
/DEBUG
)
else()
add_compile_options(-Os)
set(CMAKE_CXX_FLAGS_DEBUG "-g -O0")
set(CMAKE_CXX_FLAGS_RELEASE "-Os")
endif()

################################################################################
Expand Down

0 comments on commit 46caf46

Please sign in to comment.