opengl moment #1

Merged
veclavtalica merged 27 commits from opengl into main 2024-07-28 14:50:35 +00:00
Showing only changes of commit b5c8f7100a - Show all commits

View File

@ -101,6 +101,7 @@ else()
set(BUILD_FLAGS_DEBUG set(BUILD_FLAGS_DEBUG
-g3 -g3
-gdwarf -gdwarf
-fsanitize=undefined
-fsanitize-trap=undefined) -fsanitize-trap=undefined)
target_compile_options(${PROJECT_NAME} PRIVATE target_compile_options(${PROJECT_NAME} PRIVATE
${WARNING_FLAGS} ${WARNING_FLAGS}