Config.in: add -Og option
authorMartin Kelly <martin@surround.io>
Wed, 18 May 2016 21:17:55 +0000 (14:17 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 May 2016 21:17:52 +0000 (23:17 +0200)
commit5ff845927b3559d29f0b9d751e1ac6106201d4c9
treef78097044f5a38c0f30a873a88075e8d88c91cc7
parent86409e1a4bc94ef6754a31b48561b72fad352f36
Config.in: add -Og option

-Og (introduced in GCC 4.8) lets you optimize for debugging experience,
which can be useful for when you want optimized code that is nonetheless
debuggable.

Signed-off-by: Martin Kelly <martin@surround.io>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in
package/Makefile.in