This website works better with JavaScript.
Home
Help
Sign In
ben
/
crater
mirror of
https://github.com/earwig/crater
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Enable ASAN for debug builds.
master
Ben Kurtovic
9 years ago
parent
8da3663670
commit
f5e1f19ab6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
makefile
+ 1
- 1
makefile
View File
@@ -22,7 +22,7 @@ DIRS = $(sort $(dir $(OBJS)))
ifdef DEBUG
BNRY := $(BNRY)$(DEVEXT)
FLAGS += -g -DDEBUG_MODE
FLAGS += -g -
fsanitize=address -
DDEBUG_MODE
MODE = debug
endif
Write
Preview
Loading…
Cancel
Save