mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 05:41:16 +02:00
Use -XX option for building lazarus to prevent problems on win95.
git-svn-id: trunk@6114 -
This commit is contained in:
parent
3b411e37e4
commit
b900c730b8
@ -6,7 +6,7 @@ SET COMPILER=%BUILDDIR%\pp\bin\win32\ppc386.exe
|
||||
%BUILDDRIVE%
|
||||
cd %BUILDDIR%
|
||||
%MAKEEXE% clean PP=%COMPILER% >> %LOGFILE%
|
||||
%MAKEEXE% all OPT="-gl -Xs" PP=%COMPILER% >> %LOGFILE%
|
||||
%MAKEEXE% all OPT="-gl -Xs -XX" PP=%COMPILER% >> %LOGFILE%
|
||||
%FPCBINDIR%\strip.exe lazarus.exe
|
||||
|
||||
%FPCBINDIR%\strip.exe startlazarus.exe
|
||||
|
Loading…
Reference in New Issue
Block a user