commit | e0569ac2dc9162834485f1f95f59919b7511ea3a | [log] [tgz] |
---|---|---|
author | Danny Oerndrup <daor@demant.com> | Tue Jul 23 09:00:55 2019 +0200 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Mon Jul 29 16:59:09 2019 +0200 |
tree | 65aff114fc2bcd201a86956e7114504372dcbfb3 | |
parent | 4fffe790be2d2469939a70e5ff22f2e23d175b02 [diff] |
cmake: Toolchain abstraction: Abstract compiler flag for add debug info The macro, toolchain_cc_produce_debug_info, adds the compiler specific flag for enabling the production of debugging information in the toolchain native format. The intent here is to abstract Zephyr's dependence on toolchains, thus allowing for easier porting to other, perhaps commercial, toolchains and/or usecases. No functional change expected. Signed-off-by: Danny Oerndrup <daor@demant.com>