mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10877 from miri64/native/enh/g3
native: use -g3 instead of -g
This commit is contained in:
commit
231bd1c61c
@ -118,15 +118,15 @@ debug-valgrind-server: export VALGRIND_FLAGS ?= --vgdb=yes --vgdb-error=0 -v \
|
||||
--read-var-info=yes
|
||||
term-cachegrind: export CACHEGRIND_FLAGS += --tool=cachegrind
|
||||
term-gprof: TERMPROG = GMON_OUT_PREFIX=gmon.out $(ELFFILE)
|
||||
all-valgrind: export CFLAGS += -DHAVE_VALGRIND_H -g
|
||||
all-valgrind: export CFLAGS += -DHAVE_VALGRIND_H -g3
|
||||
all-valgrind: export NATIVEINCLUDES += $(shell pkg-config valgrind --cflags)
|
||||
all-debug: export CFLAGS += -g
|
||||
all-cachegrind: export CFLAGS += -g
|
||||
all-debug: export CFLAGS += -g3
|
||||
all-cachegrind: export CFLAGS += -g3
|
||||
all-gprof: export CFLAGS += -pg
|
||||
all-gprof: export LINKFLAGS += -pg
|
||||
all-asan: export CFLAGS += -fsanitize=address -fno-omit-frame-pointer -g
|
||||
all-asan: export CFLAGS += -fsanitize=address -fno-omit-frame-pointer -g3
|
||||
all-asan: export CFLAGS += -DNATIVE_IN_CALLOC
|
||||
all-asan: export LINKFLAGS += -fsanitize=address -fno-omit-frame-pointer -g
|
||||
all-asan: export LINKFLAGS += -fsanitize=address -fno-omit-frame-pointer -g3
|
||||
|
||||
export INCLUDES += $(NATIVEINCLUDES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user