chore(Core/Misc): warhead -> acore (#17447)

This commit is contained in:
Kitzunu
2023-10-08 09:06:57 +02:00
committed by GitHub
parent 619f7297f9
commit 5357a31a01
13 changed files with 86 additions and 26 deletions

View File

@@ -131,7 +131,7 @@ if(BUILD_SHARED_LIBS)
-fvisibility=hidden)
# --no-undefined to throw errors when there are undefined symbols
# (caused through missing WARHEAD_*_API macros).
# (caused through missing ACORE_*_API macros).
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --no-undefined")
message(STATUS "Clang: Disallow undefined symbols")

View File

@@ -67,7 +67,7 @@ if(BUILD_SHARED_LIBS)
INTERFACE
-fvisibility=hidden)
# Should break the build when there are WARHEAD_*_API macros missing
# Should break the build when there are ACORE_*_API macros missing
# but it complains about missing references in precompiled headers.
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wl,--no-undefined")
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--no-undefined")