diff options
| author | onelin <oscar@nelin.dk> | 2025-03-15 19:20:47 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2025-03-15 19:20:47 +0000 |
| commit | 86a4b27e78abcccd98dd933c78af17fab838467b (patch) | |
| tree | 005155332476ab9d2fc76142412ee1dd1a980d08 | |
| parent | ed3fcf9546eb8a6a3b89b20dcf1ff5d9bc5f3e55 (diff) | |
tmp
| -rw-r--r-- | CMakeLists.txt | 4 |
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) |
