Browse Source

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

git-svn-id: trunk@20641 -
pierre 13 năm trước cách đây
mục cha
commit
fdf0c4a644
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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;