* don't use obsolete switches in default configuration files

git-svn-id: trunk@7963 -
This commit is contained in:
Tomas Hajny 2007-07-05 19:23:09 +00:00
parent 69e7ebb22f
commit 85e6a6b019
2 changed files with 1 additions and 8 deletions

View File

@ -22,7 +22,7 @@
# For a release compile with optimizes and strip debuginfo
#IFDEF RELEASE
-O2p3
-O2
-Xs
#WRITE Compiling Release Version
#ENDIF

View File

@ -2,8 +2,6 @@
-T%fpctargetos%
-Sg
-O1
-OG
-Op3
-Ratt
-Fu%basepath%\units\%fpctarget%-%fpctargetos%
-Fu%basepath%\units\%fpctarget%-%fpctargetos%\*
@ -19,8 +17,6 @@
-Cr
-Ci
-Co
-OG
-Op3
-Ratt
-Fu%basepath%\units\%fpctarget%-%fpctargetos%
-Fu%basepath%\units\%fpctarget%-%fpctargetos%\*
@ -33,10 +29,7 @@
#IFDEF RELEASE
-T%fpctargetos%
-Sg
-O1
-O2
-OG
-Op3
-Ratt
-Fu%basepath%\units\%fpctarget%-%fpctargetos%
-Fu%basepath%\units\%fpctarget%-%fpctargetos%\*