Browse Source

Use new target specific option to avoid disabling of debug information generation for windows DLL

git-svn-id: trunk@20641 -
pierre 13 years ago
parent
commit
fdf0c4a644
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/test/tlib1a.pp

+ 3 - 3
tests/test/tlib1a.pp

@@ -1,9 +1,9 @@
 { %skiptarget=go32v2,os2 }
 { %skiptarget=go32v2,os2 }
-{ %opt=-gl -O- }
+{ %opt=-gl -O- win32,win64%-WN }
+{ %delopt=-XX }
 { %norun }
 { %norun }
-{$goto on}
 library tlib1a;
 library tlib1a;
-
+{$goto on}
   procedure p(var a : pointer);
   procedure p(var a : pointer);
     label
     label
       we;
       we;