diff --git a/CMakeLists.txt b/CMakeLists.txt index aff9bbf2b..99f9178b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ string(TIMESTAMP CURRENT_YEAR "%Y") if(DEFINED ENV{GITHUB_ENV}) file(APPEND "$ENV{GITHUB_ENV}" "URDE_VERSION=${URDE_WC_DESCRIBE}") endif() +message(STATUS "URDE version set to ${URDE_WC_DESCRIBE}") if (APPLE) set(PLATFORM_NAME macos) @@ -250,6 +251,10 @@ else() if(APPLE) add_compile_options(-Wno-error=deprecated-declarations $<$,$>:-flto=thin>) + if (URDE_ASAN) + add_compile_options(-fsanitize=address -fsanitize-address-use-after-scope) + add_link_options(-fsanitize=address -fsanitize-address-use-after-scope) + endif () endif() endif() diff --git a/hecl b/hecl index c768636c1..0e62609db 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit c768636c15de332a85bed5eb1fa62a39c8c68a6c +Subproject commit 0e62609db79cb701a1c99189a225ad129ecc1812 diff --git a/hecl-gui b/hecl-gui index 9be341ae7..22ed7c1dc 160000 --- a/hecl-gui +++ b/hecl-gui @@ -1 +1 @@ -Subproject commit 9be341ae738f2aa1b07d234a4eac54d9db96b56f +Subproject commit 22ed7c1dcd2a50ffaa9b863509237ba15e451f9c