mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 11:30:35 +02:00
* regenerated
This commit is contained in:
parent
d89cd61ada
commit
ebb089a003
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/01/18]
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/01/25]
|
||||
#
|
||||
|
||||
defaultrule: all
|
||||
@ -594,7 +594,6 @@ endif
|
||||
# Redirection
|
||||
#####################################################################
|
||||
|
||||
# Release ? Then force OPT and don't use extra opts via commandline
|
||||
ifndef REDIRFILE
|
||||
REDIRFILE=log
|
||||
endif
|
||||
@ -646,9 +645,14 @@ override FPCOPT+=-g -dDEBUG
|
||||
endif
|
||||
|
||||
# Release mode (strip, optimize and don't load ppc386.cfg)
|
||||
# 0.99.12b has a bug in the optimizer so don't use it by default
|
||||
ifdef RELEASE
|
||||
ifeq ($(FPC_VERSION),0.99.12)
|
||||
override FPCOPT+=-Xs -OGp3 -n
|
||||
else
|
||||
override FPCOPT+=-Xs -OG2p3 -n
|
||||
endif
|
||||
endif
|
||||
|
||||
# Verbose settings (warning,note,info)
|
||||
ifdef VERBOSE
|
||||
@ -798,19 +802,19 @@ fpc_debug:
|
||||
|
||||
%$(PPUEXT): %.pp
|
||||
$(COMPILER) $< $(REDIR)
|
||||
$(EXECPASS)
|
||||
$(EXECPPAS)
|
||||
|
||||
%$(PPUEXT): %.pas
|
||||
$(COMPILER) $< $(REDIR)
|
||||
$(EXECPASS)
|
||||
$(EXECPPAS)
|
||||
|
||||
%$(EXEEXT): %.pp
|
||||
$(COMPILER) $< $(REDIR)
|
||||
$(EXECPASS)
|
||||
$(EXECPPAS)
|
||||
|
||||
%$(EXEEXT): %.pas
|
||||
$(COMPILER) $< $(REDIR)
|
||||
$(EXECPASS)
|
||||
$(EXECPPAS)
|
||||
|
||||
#####################################################################
|
||||
# Library
|
||||
|
Loading…
Reference in New Issue
Block a user