mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 21:26:30 +02:00
* enable more features for arm-embedded, they don't blow up executables if not used
git-svn-id: trunk@23263 -
This commit is contained in:
parent
92565c80ba
commit
85ae82def4
@ -34,8 +34,15 @@
|
||||
# include exit code support
|
||||
-SfEXITCODE
|
||||
|
||||
# arm is powerful enough to handle a softfpu
|
||||
# arm is powerful enough to handle most object pascal constructs
|
||||
# it is only a matter of size
|
||||
#ifdef CPUARM
|
||||
-SfSOFTFPU
|
||||
-SfCLASSES
|
||||
-SfEXCEPTIONS
|
||||
-SfANSISTRINGS
|
||||
-SfRTTI
|
||||
-SfWIDESTRINGS
|
||||
-SfDYNARRAYS
|
||||
#endif CPUARM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user