summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-03-15 19:20:47 +0000
committeronelin <oscar@nelin.dk>2025-03-15 19:20:47 +0000
commit86a4b27e78abcccd98dd933c78af17fab838467b (patch)
tree005155332476ab9d2fc76142412ee1dd1a980d08
parented3fcf9546eb8a6a3b89b20dcf1ff5d9bc5f3e55 (diff)
tmp
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06e20d4..92f16aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -127,8 +127,8 @@ FetchContent_MakeAvailable(cglm stb)
set(GLAD_HEADER ${CMAKE_BINARY_DIR}/include/glad/gl.h)
## Compilation information
-add_compile_options(${RELEASE_OPTS})
-add_link_options(${RELEASE_OPTS})
+add_compile_options(${RELEASE_OPTS} ${BUILD_OPTS})
+add_link_options(${RELEASE_OPTS} ${BUILD_OPTS})
# The main engine compilation target is defined here
add_subdirectory(src)