Skip to content

Commit b7ef413

Browse files
committed
improve QCreator ASAN comments
1 parent 4077922 commit b7ef413

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

QtSLiM/QtSLiM.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ QMAKE_BUNDLE_DATA += docIconFiles
2727

2828
# Uncomment the lines below to enable ASAN (Address Sanitizer), for debugging of memory issues, in every
2929
# .pro file project-wide. See https://clang.llvm.org/docs/AddressSanitizer.html for discussion of ASAN
30-
# You may also want to set ASAN_OPTIONS, in the Run Settings section of the Project tab in Qt Creator, to
30+
# Also set the ASAN_OPTIONS env. variable, in the Run Settings section of the Project tab in Qt Creator, to
3131
# strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
3232
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.
3333
#CONFIG += sanitizer sanitize_address sanitize_undefined

SLiM.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ QtSLiM.depends = gsl eidos_zlib eidos core treerec/tskit
1515

1616
# Uncomment the lines below to enable ASAN (Address Sanitizer), for debugging of memory issues, in every
1717
# .pro file project-wide. See https://clang.llvm.org/docs/AddressSanitizer.html for discussion of ASAN
18-
# You may also want to set ASAN_OPTIONS, in the Run Settings section of the Project tab in Qt Creator, to
18+
# Also set the ASAN_OPTIONS env. variable, in the Run Settings section of the Project tab in Qt Creator, to
1919
# strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
2020
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.
2121
#CONFIG += sanitizer sanitize_address sanitize_undefined

core/core.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG += staticlib
1212

1313
# Uncomment the lines below to enable ASAN (Address Sanitizer), for debugging of memory issues, in every
1414
# .pro file project-wide. See https://clang.llvm.org/docs/AddressSanitizer.html for discussion of ASAN
15-
# You may also want to set ASAN_OPTIONS, in the Run Settings section of the Project tab in Qt Creator, to
15+
# Also set the ASAN_OPTIONS env. variable, in the Run Settings section of the Project tab in Qt Creator, to
1616
# strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
1717
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.
1818
#CONFIG += sanitizer sanitize_address sanitize_undefined

eidos/eidos.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG += staticlib
1212

1313
# Uncomment the lines below to enable ASAN (Address Sanitizer), for debugging of memory issues, in every
1414
# .pro file project-wide. See https://clang.llvm.org/docs/AddressSanitizer.html for discussion of ASAN
15-
# You may also want to set ASAN_OPTIONS, in the Run Settings section of the Project tab in Qt Creator, to
15+
# Also set the ASAN_OPTIONS env. variable, in the Run Settings section of the Project tab in Qt Creator, to
1616
# strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
1717
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.
1818
#CONFIG += sanitizer sanitize_address sanitize_undefined

eidos_zlib/eidos_zlib.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG += staticlib
1212

1313
# Uncomment the lines below to enable ASAN (Address Sanitizer), for debugging of memory issues, in every
1414
# .pro file project-wide. See https://clang.llvm.org/docs/AddressSanitizer.html for discussion of ASAN
15-
# You may also want to set ASAN_OPTIONS, in the Run Settings section of the Project tab in Qt Creator, to
15+
# Also set the ASAN_OPTIONS env. variable, in the Run Settings section of the Project tab in Qt Creator, to
1616
# strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
1717
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.
1818
#CONFIG += sanitizer sanitize_address sanitize_undefined

gsl/gsl.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG += staticlib
1212

1313
# Uncomment the lines below to enable ASAN (Address Sanitizer), for debugging of memory issues, in every
1414
# .pro file project-wide. See https://clang.llvm.org/docs/AddressSanitizer.html for discussion of ASAN
15-
# You may also want to set ASAN_OPTIONS, in the Run Settings section of the Project tab in Qt Creator, to
15+
# Also set the ASAN_OPTIONS env. variable, in the Run Settings section of the Project tab in Qt Creator, to
1616
# strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
1717
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.
1818
#CONFIG += sanitizer sanitize_address sanitize_undefined

treerec/tskit/tskit.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG += staticlib
1212

1313
# Uncomment the lines below to enable ASAN (Address Sanitizer), for debugging of memory issues, in every
1414
# .pro file project-wide. See https://clang.llvm.org/docs/AddressSanitizer.html for discussion of ASAN
15-
# You may also want to set ASAN_OPTIONS, in the Run Settings section of the Project tab in Qt Creator, to
15+
# Also set the ASAN_OPTIONS env. variable, in the Run Settings section of the Project tab in Qt Creator, to
1616
# strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
1717
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.
1818
# This also enables undefined behavior sanitizing, in conjunction with ASAN, because why not.

0 commit comments

Comments
 (0)