mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:30:21 +02:00
IDE, lazbuild: pass -Cg only for x86-64, linux, *bsd, solaris
git-svn-id: trunk@46910 -
This commit is contained in:
parent
41e211ac48
commit
65736c481f
@ -2799,6 +2799,7 @@ begin
|
||||
if RelocatableUnit and (CurSrcOS='win') then
|
||||
switches := switches + ' -WR';
|
||||
if (not (ccloNoMacroParams in Flags))
|
||||
and (CurTargetCPU='x86_64')
|
||||
and ((CurTargetOS='linux') or (CurTargetOS='freebsd') or (CurTargetOS='netbsd')
|
||||
or (CurTargetOS='openbsd') or (CurTargetOS='solaris'))
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user