diff options
| -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) |
