Parcourir la source

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

git-svn-id: trunk@20641 -
pierre il y a 13 ans
Parent
commit
fdf0c4a644
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      tests/test/tlib1a.pp

+ 3 - 3
tests/test/tlib1a.pp

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