**** BEGIN LOGGING AT Thu Jul 04 02:59:57 2019 Jul 04 04:37:23 Hi, a short question: How can I disable a specific CC flag for a specific package in its recipe? Jul 04 04:39:13 I use g++ in version 7.4, and this does not support the option -fmacro-prefix-map. So I would like to remove it for my package Jul 04 04:53:09 thomasd13: You could just set DEBUG_PREFIX_MAP = "" in your recipe (http://git.openembedded.org/openembedded-core/tree/meta/conf/bitbake.conf#n616), however if you only want to wipe out the -fmacro-prefix-map you would need to use "_remove" on the variable. Jul 04 04:57:16 nrossi: Just use CC_Flags_remove = "-fmacro-prefix-map" for example? Thats great! Thank you! Jul 04 04:59:12 Ahh I see. I should use the DEBUG_PREFIX_MAP variable **** ENDING LOGGING AT Fri Jul 05 02:59:56 2019