mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Merge branch 'develop' into feature/placefiles
This commit is contained in:
commit
1997d09f29
12 changed files with 65 additions and 12 deletions
|
|
@ -277,3 +277,11 @@ endif()
|
|||
set_target_properties(wxdata PROPERTIES CXX_STANDARD 20
|
||||
CXX_STANDARD_REQUIRED ON
|
||||
CXX_EXTENSIONS OFF)
|
||||
|
||||
# Address Sanitizer options
|
||||
if (SCWX_ADDRESS_SANITIZER)
|
||||
target_compile_options(wxdata PRIVATE
|
||||
$<$<CXX_COMPILER_ID:MSVC>:/fsanitize=address>
|
||||
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-fsanitize=address -fsanitize-recover=address>
|
||||
)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue