mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
* disable debug info generation, because these tests require smart linking,
which is incompatible with smart linking on most platforms git-svn-id: trunk@12893 -
This commit is contained in:
parent
097127d9aa
commit
2c94fca8e1
@ -1,7 +1,9 @@
|
|||||||
{ %target=darwin,linux,freebsd,solaris }
|
{ %target=darwin,linux,freebsd,solaris }
|
||||||
{ %wpoparas=devirtcalls,optvmts,symbolliveness }
|
{ %wpoparas=devirtcalls,optvmts,symbolliveness }
|
||||||
{ %wpopasses=2 }
|
{ %wpopasses=2 }
|
||||||
{ %opt=-CX -XX -Xs- }
|
{ %opt=-CX -XX -Xs- -g- }
|
||||||
|
|
||||||
|
{ -g- because DWARF debug info does not work with smart linking }
|
||||||
|
|
||||||
{ not enabled for windows yet because symbolliveness doesn't work there without
|
{ not enabled for windows yet because symbolliveness doesn't work there without
|
||||||
installing "nm" (until implemented by way of internal linker there)
|
installing "nm" (until implemented by way of internal linker there)
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
{ %target=darwin,linux,freebsd,solaris }
|
{ %target=darwin,linux,freebsd,solaris }
|
||||||
{ %wpoparas=devirtcalls,optvmts,symbolliveness }
|
{ %wpoparas=devirtcalls,optvmts,symbolliveness }
|
||||||
{ %wpopasses=2 }
|
{ %wpopasses=2 }
|
||||||
{ %opt=-CX -XX -Xs- }
|
{ %opt=-CX -XX -Xs- -g- }
|
||||||
|
|
||||||
|
{ -g- because DWARF debug info does not work with smart linking }
|
||||||
|
|
||||||
{ not enabled for windows yet because symbolliveness doesn't work there without
|
{ not enabled for windows yet because symbolliveness doesn't work there without
|
||||||
installing "nm" (until implemented by way of internal linker there)
|
installing "nm" (until implemented by way of internal linker there)
|
||||||
|
Loading…
Reference in New Issue
Block a user