Selaa lähdekoodia

Enable ASAN for debug builds.

master
Ben Kurtovic 9 vuotta sitten
vanhempi
commit
f5e1f19ab6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      makefile

+ 1
- 1
makefile Näytä tiedosto

@@ -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



Ladataan…
Peruuta
Tallenna