diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-08-12 10:06:27 +0300 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-12 11:29:08 +0200 |
commit | d6e4fe7c1f74222235a8eb4772fc999ba1d63d78 (patch) | |
tree | e681a2f9dfc09a42edacc1fcb1f3c26009046c5f | |
parent | c9d628bf18ee8a2e8d1faf63fb9f8146b47099d6 (diff) | |
download | PrismLauncher-d6e4fe7c1f74222235a8eb4772fc999ba1d63d78.tar.gz PrismLauncher-d6e4fe7c1f74222235a8eb4772fc999ba1d63d78.tar.bz2 PrismLauncher-d6e4fe7c1f74222235a8eb4772fc999ba1d63d78.zip |
Update CMakeLists.txt
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60f03640..17f7c3d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTOML_ENABLE_FLOAT16=0") # set CXXFLAGS for build targets set(CMAKE_CXX_FLAGS_RELEASE "-O2 -D_FORTIFY_SOURCE=2 ${CMAKE_CXX_FLAGS_RELEASE}") -option(DEBUG_ADDRESS_SANITIZER "Enable Address Sanitizer in Debug builds" off) +option(DEBUG_ADDRESS_SANITIZER "Enable Address Sanitizer in Debug builds" OFF) # If this is a Debug build turn on address sanitiser if (CMAKE_BUILD_TYPE STREQUAL "Debug" AND DEBUG_ADDRESS_SANITIZER) |