Исправил неопределённое поведение и добавил агрессивные оптимизации для Release конфигурации

This commit is contained in:
Jiga228
2026-06-25 20:32:27 +07:00
parent 5f3c5d4fc1
commit 5886c7acc6
6 changed files with 41 additions and 36 deletions
+2
View File
@@ -4,6 +4,8 @@ file(GLOB_RECURSE SRC "*.cpp" "*.c" "*.hpp" "*.h")
add_library(RenderEngineSDK ${SRC})
target_compile_features(RenderEngineSDK PRIVATE cxx_std_17)
target_include_directories(RenderEngineSDK PUBLIC
${PROJECT_SOURCE_DIR}/glfw/Include
${PROJECT_SOURCE_DIR}/Delegate