[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 0e44f0: [build] use -ggdb3 DEB
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 0e44f0: [build] use -ggdb3 DEBUG_FLAGS by default |
Date: |
Thu, 30 Apr 2015 09:40:52 -0700 |
Branch: refs/heads/debug_flags
Home: https://github.com/paparazzi/paparazzi
Commit: 0e44f01fa06e443ea80fd8a95001c54dbc059c43
https://github.com/paparazzi/paparazzi/commit/0e44f01fa06e443ea80fd8a95001c54dbc059c43
Author: Felix Ruess <address@hidden>
Date: 2015-04-30 (Thu, 30 Apr 2015)
Changed paths:
M conf/Makefile.linux
M conf/Makefile.lpc21
M conf/Makefile.nps
M conf/Makefile.stm32
Log Message:
-----------
[build] use -ggdb3 DEBUG_FLAGS by default
-ggdb3 make slightly bigger .elf files, but allows gdb to understand
macros, which paparazzi uses somewhat extensively.
Make this the default, since it only impacts the size of the debug sections and
not the size of the flashed binary (in the lpc21/stm32 case).
On the linux system we really don't care about these few more bytes...
- [paparazzi-commits] [paparazzi/paparazzi] 0e44f0: [build] use -ggdb3 DEBUG_FLAGS by default,
GitHub <=