]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/commitdiff
Removed debug compiler flag
authorJustin Sobota <jsobota@ti.com>
Wed, 13 Feb 2013 00:02:22 +0000 (19:02 -0500)
committerJustin Sobota <jsobota@ti.com>
Wed, 13 Feb 2013 00:02:22 +0000 (19:02 -0500)
config.bld

index 4f921514de767439d9f926c8ff004639faa70fbd..0d31b4ebf28defaa65e1a45319a90d635ac07467 100644 (file)
@@ -36,12 +36,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
 /* 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 -g --gcc -q -k -eo.o";\r
+C66LE.ccOpts.prefix  = "-mo -o3 --gcc -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
 \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 -g --gcc -q -k -eo.o -DBIGENDIAN";\r
+C66BE.ccOpts.prefix  = "-mo -o3 --gcc -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
 \r
 /* Check if we need to run the STATIC Analysis or not? */\r
 var coverityAnalysis = java.lang.System.getenv("STATIC_ANALYZE");\r