* 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:
Jonas Maebe 2009-03-15 12:03:59 +00:00
parent 097127d9aa
commit 2c94fca8e1
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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)