2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Update CMakeLists, hecl, hecl-gui

This commit is contained in:
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}) if(DEFINED ENV{GITHUB_ENV})
file(APPEND "$ENV{GITHUB_ENV}" "URDE_VERSION=${URDE_WC_DESCRIBE}") file(APPEND "$ENV{GITHUB_ENV}" "URDE_VERSION=${URDE_WC_DESCRIBE}")
endif() endif()
message(STATUS "URDE version set to ${URDE_WC_DESCRIBE}")
if (APPLE) if (APPLE)
set(PLATFORM_NAME macos) set(PLATFORM_NAME macos)
@@ -250,6 +251,10 @@ else()
if(APPLE) if(APPLE)
add_compile_options(-Wno-error=deprecated-declarations add_compile_options(-Wno-error=deprecated-declarations
$<$<OR:$<CONFIG:Release>,$<CONFIG:RelWithDebInfo>>:-flto=thin>) $<$<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()
endif() endif()

2
hecl

Submodule hecl updated: c768636c15...0e62609db7