From 3abfc11ade811ba6cb9ace6b276317560e7d50ac Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 23 Mar 2012 14:45:34 +0000 Subject: [PATCH] Add explicit -CO- command line option in tests needing it git-svn-id: trunk@20598 - --- tests/webtbs/tw10931.pp | 2 +- tests/webtbs/tw1284.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/webtbs/tw10931.pp b/tests/webtbs/tw10931.pp index c97532fa50..1ae5687456 100644 --- a/tests/webtbs/tw10931.pp +++ b/tests/webtbs/tw10931.pp @@ -1,4 +1,4 @@ -{ %opt=-Cr -Sew -vw } +{ %opt=-Cr -CO- -Sew -vw } var a: PtrUInt; diff --git a/tests/webtbs/tw1284.pp b/tests/webtbs/tw1284.pp index ddc711632f..3a1a143ff0 100644 --- a/tests/webtbs/tw1284.pp +++ b/tests/webtbs/tw1284.pp @@ -1,6 +1,6 @@ { %version=1.1 } +{ %OPT=-CO- -Seh -vh } -{ %OPT=-Seh -vh } {$mode objfpc} function f(p: word): boolean; begin