From 86a4b27e78abcccd98dd933c78af17fab838467b Mon Sep 17 00:00:00 2001 From: onelin Date: Sat, 15 Mar 2025 20:20:47 +0100 Subject: tmp --- CMakeLists.txt | 4 ++-- 1 file 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) -- cgit v1.3