mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
* don't use obsolete switches in default configuration files
git-svn-id: trunk@7963 -
This commit is contained in:
parent
69e7ebb22f
commit
85e6a6b019
@ -22,7 +22,7 @@
|
||||
|
||||
# For a release compile with optimizes and strip debuginfo
|
||||
#IFDEF RELEASE
|
||||
-O2p3
|
||||
-O2
|
||||
-Xs
|
||||
#WRITE Compiling Release Version
|
||||
#ENDIF
|
||||
|
@ -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%\*
|
||||
|
Loading…
Reference in New Issue
Block a user