]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - config.bld
Removed receipts started basic testing on infrastructure code
[keystone-rtos/rm-lld.git] / config.bld
index f929e70569113c43ade8f1cc5887eeb65d6f35ce..587bf55b6be77f539b537d981c2010bb37d5f058 100644 (file)
@@ -35,12 +35,12 @@ var lldCoverityAnalysis = java.lang.System.getenv("LLDCOV");
 /* C66 ELF compiler configuration for Little Endian Mode. */\r
 var C66LE          = xdc.useModule('ti.targets.elf.C66');\r
 C66LE.rootDir       = toolsBaseDir;\r
-C66LE.ccOpts.prefix  = "-mo -o3 -q -k -eo.o";\r
+C66LE.ccOpts.prefix  = "-mo -g -q -k -eo.o";\r
 \r
 /* C66 ELF compiler configuration for Big Endian Mode. */\r
 var C66BE          = xdc.useModule('ti.targets.elf.C66_big_endian');\r
 C66BE.rootDir       = toolsBaseDir;\r
-C66BE.ccOpts.prefix  = "-mo -o3 -q -k -eo.o -DBIGENDIAN";\r
+C66BE.ccOpts.prefix  = "-mo -g -q -k -eo.o -DBIGENDIAN";\r
 \r
 /* Check if we need to run the STATIC Analysis or not? */\r
 var coverityAnalysis = java.lang.System.getenv("STATIC_ANALYZE");\r