mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 09:29:35 +02:00
* force -dNOOPT when compiling a JVM compiler
git-svn-id: branches/jvmbackend@18347 -
This commit is contained in:
parent
28740dce2d
commit
532f16336a
compiler
@ -441,7 +441,7 @@ ifeq ($(PPC_TARGET),mipsel)
|
||||
override LOCALOPT+=-Fumips
|
||||
endif
|
||||
ifeq ($(PPC_TARGET),jvm)
|
||||
override LOCALOPT+=-Fujvm
|
||||
override LOCALOPT+=-Fujvm -dNOOPT
|
||||
endif
|
||||
OPTWPOCOLLECT=-OWdevirtcalls,optvmts -FW$(BASEDIR)/pp1.wpo
|
||||
OPTWPOPERFORM=-Owdevirtcalls,optvmts -Fw$(BASEDIR)/pp1.wpo
|
||||
|
@ -243,7 +243,7 @@ endif
|
||||
|
||||
# jvm specific
|
||||
ifeq ($(PPC_TARGET),jvm)
|
||||
override LOCALOPT+=-Fujvm
|
||||
override LOCALOPT+=-Fujvm -dNOOPT
|
||||
endif
|
||||
|
||||
OPTWPOCOLLECT=-OWdevirtcalls,optvmts -FW$(BASEDIR)/pp1.wpo
|
||||
|
Loading…
Reference in New Issue
Block a user