Ver a proveniência

Enable ASAN for debug builds.

master
Ben Kurtovic há 9 anos
ascendente
cometimento
f5e1f19ab6
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      makefile

+ 1
- 1
makefile Ver ficheiro

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



Carregando…
Cancelar
Guardar