This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Add -fsanitize=address to debug make builds
Signed-off-by: falkTX <falktx@falktx.com>
pull/392/head
falkTX
2 years ago
parent
52f50cde8e
commit
2f9564a28e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.base.mk
+ 1
- 1
Makefile.base.mk
View File
@@ -272,7 +272,7 @@ BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
endif
ifeq ($(DEBUG),true)
BASE_FLAGS += -DDEBUG -O0 -g
BASE_FLAGS += -DDEBUG -O0 -g
-fsanitize=address
LINK_OPTS =
ifeq ($(WASM),true)
LINK_OPTS += -sASSERTIONS=1
Write
Preview
Loading…
Cancel
Save