Browse Source

* correction for compiler options

git-svn-id: trunk@20193 -
Tomas Hajny 13 years ago
parent
commit
7c9d229772
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/units/lineinfo/tlininfo.pp

+ 1 - 1
tests/test/units/lineinfo/tlininfo.pp

@@ -1,4 +1,4 @@
-{%OPT=-gl -o}
+{%OPT=-gl -O-}
 {%TARGET=os2,go32v2,win32}
 program tlininfo;