Only compile introspection.asm when SU_USE_INTROSPECTION is defined.

This commit is contained in:
Veikko Sariola 2020-05-27 16:04:52 +03:00
parent 45e554a9f9
commit 8956f524c9

View File

@ -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