mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 01:39:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# first, disable all
 | 
						|
-Sf-
 | 
						|
# uncomment to enable the stuff you want to use
 | 
						|
 | 
						|
# include full heap management into the rtl
 | 
						|
# -SfFPC_FEATURE_HAS_HEAP
 | 
						|
 | 
						|
# include support for init final code of units into the rtl
 | 
						|
# -SfFPC_HAS_FEATURE_INITFINAL
 | 
						|
 | 
						|
# include exit code support
 | 
						|
# -SfFPC_HAS_FEATURE_EXITCODE
 |