Other Parts Discussed in Thread: SYSBIOS
Hi,
I have a question about compile option 's setting by xdc tools . the example is blow:
in the link above , there an word below,
/opt/ti/xdctools_3_25_00_48/xdc XDCARGS="ti.targets.C64P=\"\" ti.targets.C674=\"\" ti.targets.arm.elf.M3=\"\" ti.targets.arm.elf.M4=\"\" ti.targets.elf.C64P=\"\" ti.targets.elf.C64T=\"\" ti.targets.elf.C66=\"/opt/ti/ccsv5/tools/compiler/c6000_7.4.4\" ti.targets.elf.C674=\"\" gnu.targets.arm.GCArmv5T=\";LONGNAME=;profiles.release.compileOpts.copts=-O2 -ffunction-sections\" google.targets.arm.Bionic=\"\"" XDCBUILDCFG=./codec_engine.bld --jobs=1 -Pr ./cetools/examples
I want to know where I can set profiles.release.compileOpts.copts to -O3 ?