mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:50:18 +02:00
* fix bootstrapping with 3.0.x and -O3
git-svn-id: trunk@42197 -
This commit is contained in:
parent
44987e376d
commit
17c48694a5
@ -34,6 +34,11 @@
|
||||
|
||||
{$define USEEXCEPT}
|
||||
|
||||
{$ifdef VER3_0}
|
||||
{ fix bootstrapping dfa gives warnings on 3.2+ code due to changed case behaviour }
|
||||
{$OPTIMIZATION NODFA}
|
||||
{$endif VER3_0}
|
||||
|
||||
{ This fake CPU is used to allow incorporation of globtype unit
|
||||
into utils/ppudump without any CPU specific code PM }
|
||||
{$ifdef generic_cpu}
|
||||
|
Loading…
Reference in New Issue
Block a user