mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:09:23 +02:00
Add explicit -CO- command line option in tests needing it
git-svn-id: trunk@20598 -
This commit is contained in:
parent
a2d6cba691
commit
3abfc11ade
@ -1,4 +1,4 @@
|
||||
{ %opt=-Cr -Sew -vw }
|
||||
{ %opt=-Cr -CO- -Sew -vw }
|
||||
|
||||
var
|
||||
a: PtrUInt;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ %version=1.1 }
|
||||
{ %OPT=-CO- -Seh -vh }
|
||||
|
||||
{ %OPT=-Seh -vh }
|
||||
{$mode objfpc}
|
||||
function f(p: word): boolean;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user