summaryrefslogtreecommitdiff
path: root/templates/em3vcplib.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-08-28 16:23:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-08-28 16:23:57 +0000
commitcec748185e94752af740feaa77ef23940d530fbd (patch)
treee82c20d12ac128847c24581ff915e2f2f8d7eec2 /templates/em3vcplib.mpt
parent188990140fb1303895790867583a2303a825a01b (diff)
downloadMPC-cec748185e94752af740feaa77ef23940d530fbd.tar.gz
ChangeLogTag: Wed Aug 28 11:21:04 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/em3vcplib.mpt')
-rw-r--r--templates/em3vcplib.mpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/em3vcplib.mpt b/templates/em3vcplib.mpt
index 15885196..66b51d95 100644
--- a/templates/em3vcplib.mpt
+++ b/templates/em3vcplib.mpt
@@ -27,7 +27,7 @@ WCE ARM {
Static Release {
use_debug_libraries = 0
- compile_flags = /G5 /W3 /GX /O2 /MD /Zi
+ compile_flags = /G5 /W3 /GX /O2 /MD /Zi /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Static_Release
@@ -37,7 +37,7 @@ Static Release {
Static Debug {
use_debug_libraries = 1
- compile_flags = /G5 /W3 /Gm /GX /Zi /Od /Gy /MDd
+ compile_flags = /G5 /W3 /Gm /GX /Zi /Od /GR /Gy /MDd
defines = _DEBUG
compile_flags_removed = /Fr /YX
output_dir = Static_Debug