mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 10:50:14 +02:00
+ Support for compiler option -Ur
This commit is contained in:
parent
74c89e2b87
commit
99e0612826
@ -14,6 +14,9 @@ all
|
||||
NewFolder "::units:" ³ Dev:Null
|
||||
NewFolder "::units:powerpc-macos:" ³ Dev:Null
|
||||
Set Exit 1
|
||||
If {RELEASE}
|
||||
Set OPT "{OPT} -Ur"
|
||||
End
|
||||
"{FPC}" {OPT} {REDIR} -Us -Fi::inc -Fi::powerpc system.pp
|
||||
"{FPC}" {OPT} {REDIR} -Fi::inc -Fi::powerpc ::inc:strings.pp
|
||||
"{FPC}" {OPT} {REDIR} -Fi::inc -Fi::powerpc ::objpas:objpas.pp
|
||||
@ -40,6 +43,9 @@ macos
|
||||
NewFolder "::units:" ³ Dev:Null
|
||||
NewFolder "::units:powerpc-macos:" ³ Dev:Null
|
||||
Set Exit 1
|
||||
If {RELEASE}
|
||||
Set OPT "{OPT} -Ur"
|
||||
End
|
||||
"{FPC}" {OPT} {REDIR} -Fi"{UPINTERFACES}" macos.pp
|
||||
|
||||
clean Ä
|
||||
|
Loading…
Reference in New Issue
Block a user