Skip to content

Commit 0cf34f3

Browse files
committed
Enable ASAN by default
1 parent 169fcf7 commit 0cf34f3

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ option(BTECH_MOVEMENT_MODES "Enable advanced movement modes" ON)
4242
option(BTECH_SCALED_INFRARED "Scale infrared BTH with increasing heat" ON)
4343
option(BTECH_OVERSPEEDING "Allow mech overspeeding" OFF)
4444

45-
option(BTECH_ENABLE_ASAN "Build with AddressSanitizer instrumentation" OFF)
45+
option(BTECH_ENABLE_ASAN "Build with AddressSanitizer instrumentation" ON)
4646
option(BTECH_ENABLE_CLANG_TIDY "Run clang-tidy during compilation" OFF)
4747

4848
if(BTECH_ENABLE_CLANG_TIDY)

TODO

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## MUX Todos in the /src/ dir
44

5-
* Enable address sanitizer by default
65
* Define primary/secondary/tertiary colors for use in UI elements.
76
* Make help rendering more pretty.
87
* Offer a non-privileged way to change your own password.
@@ -30,7 +29,3 @@
3029

3130
* Maybe: do we need btech/src/mt19937ar.c or is there something else that may suffice for RNG?
3231
* Remove prototype header files
33-
34-
## OSC 8
35-
36-
* Break up styled_text.c/.h. It's huge now.

0 commit comments

Comments
 (0)