build: Fix build of the debug version of the library

This commit is contained in:
Antonio Niño Díaz 2023-04-21 18:00:23 +01:00
parent 9537c667a5
commit d1fb135ca0

View File

@ -16,7 +16,11 @@ BINDIRS :=
# Defines passed to all files
# ---------------------------
ifeq ($(NE_DEBUG),1)
DEFINES := -DNE_DEBUG
else
DEFINES :=
endif
# Libraries
# ---------