Update CMakeLists, hecl, hecl-gui

This commit is contained in:
Luke Street 2021-04-02 13:11:03 -04:00
parent 286efb5609
commit d2c5e0f774
3 changed files with 7 additions and 2 deletions

View File

@ -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
$<$<OR:$<CONFIG:Release>,$<CONFIG:RelWithDebInfo>>:-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()

2
hecl

@ -1 +1 @@
Subproject commit c768636c15de332a85bed5eb1fa62a39c8c68a6c
Subproject commit 0e62609db79cb701a1c99189a225ad129ecc1812

@ -1 +1 @@
Subproject commit 9be341ae738f2aa1b07d234a4eac54d9db96b56f
Subproject commit 22ed7c1dcd2a50ffaa9b863509237ba15e451f9c