mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 15:04:36 -04: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
|
||||
SECT_DATA(introscn)
|
||||
|
||||
@ -10,3 +12,5 @@ SECT_DATA(introscn)
|
||||
%ifdef MAX_SAMPLES
|
||||
EXPORT MANGLE_DATA(su_max_samples) dd MAX_SAMPLES
|
||||
%endif
|
||||
|
||||
%endif ; SU_USE_INTROSPECTION
|
||||
|
Reference in New Issue
Block a user