diff --git a/rtl/macos/MPWmake b/rtl/macos/MPWmake index 539f9b3164..9205b31a46 100644 --- a/rtl/macos/MPWmake +++ b/rtl/macos/MPWmake @@ -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 Ä