mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 11:44:55 +00:00
Update CMakeLists, hecl, hecl-gui
This commit is contained in:
@@ -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
2
hecl
Submodule hecl updated: c768636c15...0e62609db7
2
hecl-gui
2
hecl-gui
Submodule hecl-gui updated: 9be341ae73...22ed7c1dcd
Reference in New Issue
Block a user