Community
Participate
Working Groups
I am trying to set specific copts for just the generated config file for just the debug profile. I'm building an executable. The cfgcopts are not making it into the compile command. I'm using the following in my config.bld script: T16elf.profiles["debug"].compileOpts.cfgcopts = "--gen_func_subsections"; Inspecting the generated makefile debug/Server_xet16.mak, I do not find this option in the compile command. Changing the config.bld script to the following adds the option to the compile command for all source files: T16elf.profiles["debug"].compileOpts.copts += " --gen_func_subsections ";
- fixed in xdc-w20 In xdc/bld/_gen.xs, cfgcopts were rewritten over with copts instead of adding copts to cfgcopts.
closing "ancient" resolved bugs