mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:29:27 +02:00
* build x86-64 with optimizer as well, it is unclear, why -dNOOPT was added
git-svn-id: trunk@37932 -
This commit is contained in:
parent
d03e0d3bfb
commit
9915de038f
@ -221,8 +221,6 @@ begin
|
|||||||
P.Options.Add('-Fu'+CompilerDir+'/sparcgen');
|
P.Options.Add('-Fu'+CompilerDir+'/sparcgen');
|
||||||
P.Options.add('-Fi'+CompilerDir+'/sparcgen');
|
P.Options.add('-Fi'+CompilerDir+'/sparcgen');
|
||||||
end;
|
end;
|
||||||
if CompilerTarget = x86_64 then
|
|
||||||
P.Options.Add('-dNOOPT');
|
|
||||||
|
|
||||||
if CompilerTarget = mipsel then
|
if CompilerTarget = mipsel then
|
||||||
P.Options.Add('-Fu'+CompilerDir+'/mips');
|
P.Options.Add('-Fu'+CompilerDir+'/mips');
|
||||||
|
Loading…
Reference in New Issue
Block a user