mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 10:49:41 +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('-Fi'+CompilerDir+'/sparcgen');
|
||||
end;
|
||||
if CompilerTarget = x86_64 then
|
||||
P.Options.Add('-dNOOPT');
|
||||
|
||||
if CompilerTarget = mipsel then
|
||||
P.Options.Add('-Fu'+CompilerDir+'/mips');
|
||||
|
Loading…
Reference in New Issue
Block a user