Merge changes, also change the dev build variable to DEV, which must have a value of TRUE

This commit is contained in:
Aurora
2016-09-11 00:54:29 +02:00
6 changed files with 29 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ LDFLAGS := -Xlinker --defsym="__start__=0x14000000" -specs=3dsx.specs $(ASFLAGS)
objects = $(patsubst $(dir_source)/%.c, $(dir_build)/%.o, \
$(call rwildcard, $(dir_source), *.s *.c))
ifeq ($(strip $(BUILD)),DEV)
ifeq ($(strip $(DEV)),TRUE)
CFLAGS += -DDEV
endif