mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
Only compile introspection.asm when SU_USE_INTROSPECTION is defined.
This commit is contained in:
parent
45e554a9f9
commit
8956f524c9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user