Browse Source

Disable ASAN and UBSAN for 3DS builds

pull/2130/head
staphen 5 years ago committed by Anders Jenbo
parent
commit
b16eec262a
  1. 2
      CMake/ctr/n3ds_defs.cmake

2
CMake/ctr/n3ds_defs.cmake

@ -1,4 +1,6 @@
#General compilation options
set(ASAN OFF)
set(UBSAN OFF)
set(DEVILUTIONX_SYSTEM_LIBSODIUM OFF)
set(DISABLE_ZERO_TIER ON)
set(USE_SDL1 ON)

Loading…
Cancel
Save