{% for cfg_id in options %}
{% set opts = options[cfg_id] %}
{% if opts['common']['arm.target.fpu.hardware'] %}
{% endif %}
{% if opts['common']['arm.target.fpu.abi'] %}
{% endif %}
{% if cfg_id == 'debug' %}
{% else %}
{% endif %}
{% if config_header %}
{% endif %}
{% if 'compiler.std' in opts['c'] %}
{% if opts['c']['compiler.std'] == '-ansi' %}
{% elif opts['c']['compiler.std'] %}
{% endif %}
{% endif %}
{% if opts['common']['warnings.pedantic'] %}
{% endif %}
{% if opts['common']['warnings.pedanticerrors'] %}
{% endif %}
{% if opts['c']['nostdinc'] %}
{% endif %}
{% if opts['c']['preprocess'] %}
{% endif %}
{% if opts['common']['warnings.syntaxonly'] %}
{% endif %}
{% if opts['common']['warnings.nowarn'] %}
{% endif %}
{% if opts['common']['warnings.extrawarn'] %}
{% endif %}
{% if opts['common']['warnings.toerrors'] %}
{% endif %}
{% if opts['common']['warnings.conversion'] %}
{% endif %}
{% if opts['common']['debugging.prof'] %}
{% endif %}
{% if opts['common']['debugging.gprof'] %}
{% endif %}
{% if opts['common']['debugging.codecov'] %}
{% endif %}
{% if opts['c']['verbose'] %}
{% endif %}
{% if opts['common']['optimization.PIC'] %}
{% endif %}
{% if opts['common']['optimization.datasections'] %}
{% endif %}
{% if opts['common']['optimization.functionsections'] %}
{% endif %}
{% if opts['c']['otheroptimizations'] != '' or opts['common']['optimization.other'] != '' %}
{% endif %}
{% if opts['c']['other'] != '' or opts['c']['otherwarnings'] != '' or opts['common']['warnings.other'] != '' %}
{% endif %}
{% if opts['c']['slowflashdata'] %}
{% endif %}
{% if cfg_id == 'debug' %}
{% else %}
{% endif %}
{% if config_header %}
{% endif %}
{% if 'compiler.std' in opts['cpp'] %}
{% if opts['cpp']['compiler.std'] %}
{% endif %}
{% endif %}
{% if opts['common']['warnings.pedantic'] %}
{% endif %}
{% if opts['common']['warnings.pedanticerrors'] %}
{% endif %}
{% if opts['c']['nostdinc'] %}
{% endif %}
{% if opts['c']['preprocess'] %}
{% endif %}
{% if opts['common']['warnings.syntaxonly'] %}
{% endif %}
{% if opts['common']['warnings.nowarn'] %}
{% endif %}
{% if opts['common']['warnings.extrawarn'] %}
{% endif %}
{% if opts['common']['warnings.toerrors'] %}
{% endif %}
{% if opts['common']['warnings.conversion'] %}
{% endif %}
{% if opts['common']['debugging.prof'] %}
{% endif %}
{% if opts['common']['debugging.gprof'] %}
{% endif %}
{% if opts['common']['debugging.codecov'] %}
{% endif %}
{% if opts['c']['verbose'] %}
{% endif %}
{% if opts['common']['optimization.PIC'] %}
{% endif %}
{% if opts['common']['optimization.datasections'] %}
{% endif %}
{% if opts['common']['optimization.functionsections'] %}
{% endif %}
{% if opts['cpp']['otheroptimizations'] != '' or opts['common']['optimization.other'] != '' %}
{% endif %}
{% if opts['cpp']['other'] != '' or opts['cpp']['otherwarnings'] != '' or opts['common']['warnings.other'] != '' %}
{% endif %}
{% if opts['cpp']['slowflashdata'] %}
{% endif %}
{% if opts['ld']['flags'] != '' or opts['ld']['other'] != '' %}
{% endif %}
{% if opts['ld']['nostart'] %}
{% endif %}
{% if opts['ld']['nodeflibs'] %}
{% endif %}
{% if opts['ld']['nostdlibs'] %}
{% endif %}
{% if opts['ld']['strip'] %}
{% endif %}
{% if opts['ld']['shared'] %}
{% endif %}
{% if opts['ld']['soname'] != '' %}
{% endif %}
{% if opts['ld']['implname'] != '' %}
{% endif %}
{% if opts['ld']['defname'] != '' %}
{% endif %}
{% if opts['common']['debugging.prof'] %}
{% endif %}
{% if opts['common']['debugging.gprof'] %}
{% endif %}
{% if opts['common']['debugging.codecov'] %}
{% endif %}
{% if opts['as']['other'] != '' or opts['as']['otherwarnings'] != '' %}
{% endif %}
{% for item in opts['as']['otherwarnings'] %}
{% if item == '-W' %}
{% endif %}
{% endfor %}
{% endfor %}
{% for cfg_key in options %}
{% set opts = options[cfg_key] %}
{% endfor %}