ソースを参照

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



読み込み中…
キャンセル
保存