瀏覽代碼

Enable ASAN for debug builds.

master
Ben Kurtovic 9 年之前
父節點
當前提交
f5e1f19ab6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      makefile

+ 1
- 1
makefile 查看文件

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



Loading…
取消
儲存