Skip to content

Commit 8907023

Browse files
committed
ECMEnableSanitizers.cmake: replace tabs with spaces
Amends cbda7ce.
1 parent d0579ad commit 8907023

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/ECMEnableSanitizers.cmake

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ macro (enable_sanitizer_flags sanitize_option)
118118
set(XSAN_LINKER_FLAGS "asan")
119119
endif()
120120
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
121-
# fixes "note: variable tracking size limit exceeded with
122-
# -fvar-tracking-assignments, retrying without" (which is
123-
# another way of saying "I'll go ahead and compile this
124-
# thing _twice_") by making it unlimited
125-
# Reference:
126-
# https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
127-
# -> max-vartrack-size
128-
string(APPEND XSAN_COMPILE_FLAGS " --param=max-vartrack-size=0")
129-
endif ()
121+
# fixes "note: variable tracking size limit exceeded with
122+
# -fvar-tracking-assignments, retrying without" (which is
123+
# another way of saying "I'll go ahead and compile this
124+
# thing _twice_") by making it unlimited
125+
# Reference:
126+
# https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
127+
# -> max-vartrack-size
128+
string(APPEND XSAN_COMPILE_FLAGS " --param=max-vartrack-size=0")
129+
endif ()
130130
elseif (${sanitize_option} MATCHES "thread")
131131
check_compiler_version("4.8" "3.1" "99.99")
132132
set(XSAN_COMPILE_FLAGS "-fsanitize=thread")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy