mirror of
				https://github.com/vsariola/sointu.git
				synced 2025-11-03 16:35:57 -05:00 
			
		
		
		
	Only compile introspection.asm when SU_USE_INTROSPECTION is defined.
This commit is contained in:
		@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					%ifdef SU_USE_INTROSPECTION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; Various compile time definitions exported
 | 
					; Various compile time definitions exported
 | 
				
			||||||
SECT_DATA(introscn)
 | 
					SECT_DATA(introscn)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -10,3 +12,5 @@ SECT_DATA(introscn)
 | 
				
			|||||||
%ifdef MAX_SAMPLES
 | 
					%ifdef MAX_SAMPLES
 | 
				
			||||||
    EXPORT MANGLE_DATA(su_max_samples)  dd MAX_SAMPLES
 | 
					    EXPORT MANGLE_DATA(su_max_samples)  dd MAX_SAMPLES
 | 
				
			||||||
%endif
 | 
					%endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					%endif ; SU_USE_INTROSPECTION
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user