Skip to content

Commit

Permalink
Go back to known good settings for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Sep 13, 2024
1 parent 86991e5 commit 857db92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ if (NOT "${GODOT_SYSTEM_NAME}" STREQUAL "web")
if ("${GODOT_SYSTEM_NAME}" STREQUAL "windows")
add_compile_options(
-Og # we have major size issues when compiling for Windows, so we need some optimizations even in debug mode
-ggdb3
)
else ()
add_compile_options(
Expand Down
1 change: 0 additions & 1 deletion cmake/platforms/windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ endif ()

add_compile_options(
-Wwrite-strings
-Wa,-mbig-obj
)

add_link_options(
Expand Down

0 comments on commit 857db92

Please sign in to comment.