Use dwarf-4 for ease of debugging with static RE tools

This commit is contained in:
Chris Feger 2021-11-14 01:49:50 -07:00
parent 5d094ebcab
commit 81d7b9c2eb

View file

@ -72,7 +72,7 @@ ICON_FLAGS := nosavebackups,visible
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
CFLAGS := -g -Wall -Wextra -Wno-psabi -O3 -mword-relocations -flto \
CFLAGS := -g -gdwarf-4 -Wall -Wextra -Wno-psabi -O3 -mword-relocations -flto \
-fomit-frame-pointer -ffunction-sections \
$(ARCH) \
-DVERSION_MAJOR=${VERSION_MAJOR} \