mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-12 20:57:07 +00:00
Use dwarf-4 for ease of debugging with static RE tools
This commit is contained in:
parent
5d094ebcab
commit
81d7b9c2eb
1 changed files with 1 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue