1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

nice typo

This commit is contained in:
2024-03-25 23:27:01 +11:00
parent 8a6916eabe
commit 8c0392ec15

View File

@@ -38,7 +38,7 @@ function (add_zstd_compilation_flags _target)
endif()
# Add noexecstack flags
target_link_options(${_target} PRIVATE -z noexecstack) # LDFLAGS
target_compile_options(${_target} PRIVATE -Qunused-arguments -Wa,--noexecstack) # CFLAGS & CXXFLAGS
target_compile_options(${_target} PRIVATE -Wunused-arguments -Wa,--noexecstack) # CFLAGS & CXXFLAGS
elseif (MSVC)
set(ACTIVATE_MULTITHREADED_COMPILATION "ON" CACHE BOOL "activate multi-threaded compilation (/MP flag)")
if (CMAKE_GENERATOR MATCHES "Visual Studio" AND ACTIVATE_MULTITHREADED_COMPILATION)