mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 04:50:53 +01:00
* compilation fixed
git-svn-id: trunk@45668 -
This commit is contained in:
parent
80111a0a60
commit
78698beaad
@ -2432,7 +2432,8 @@ const
|
||||
'cs_opt_constant_propagate',
|
||||
'cs_opt_dead_store_eliminate',
|
||||
'cs_opt_forcenostackframe',
|
||||
'cs_opt_use_load_modify_store'
|
||||
'cs_opt_use_load_modify_store',
|
||||
'cs_opt_unused_para'
|
||||
);
|
||||
var
|
||||
globalswitch : tglobalswitch;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user