Procházet zdrojové kódy

Enable ASAN for debug builds.

master
Ben Kurtovic před 9 roky
rodič
revize
f5e1f19ab6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      makefile

+ 1
- 1
makefile Zobrazit soubor

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



Načítá se…
Zrušit
Uložit