There was an error while loading. Please reload this page.
1 parent 9b98377 commit b91fe60Copy full SHA for b91fe60
CMakeLists.txt
@@ -126,6 +126,9 @@ endif()
126
127
if (GODOT_ENABLE_HOT_RELOAD)
128
set(GODOT_COMPILE_FLAGS "${GODOT_COMPILE_FLAGS} -D HOT_RELOAD_ENABLED")
129
+if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
130
+set(GODOT_COMPILE_FLAGS "${GODOT_COMPILE_FLAGS} -fno-gnu-unique")
131
+endif()
132
endif()
133
134
# Generate source from the bindings file
0 commit comments