mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:49:40 +02:00
* force -vw switch, because if it's not active then -Sew won't do anything
git-svn-id: trunk@20889 -
This commit is contained in:
parent
9c311fa6bb
commit
25f9c15290
@ -1,7 +1,8 @@
|
|||||||
{ %cpu=i386 }
|
{ %cpu=i386 }
|
||||||
{ %fail }
|
{ %fail }
|
||||||
{ %opt=-Sew }
|
{ %opt=-vw -Sew }
|
||||||
{ %norun }
|
{ %norun }
|
||||||
|
{ %skiptarget=darwin }
|
||||||
program testasm;
|
program testasm;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user