Explorar el Código

Enable ASAN for debug builds.

master
Ben Kurtovic hace 9 años
padre
commit
f5e1f19ab6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      makefile

+ 1
- 1
makefile Ver fichero

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



Cargando…
Cancelar
Guardar