Append -release to release output elf

This commit is contained in:
Mario Hüttel 2020-06-15 21:24:27 +02:00
parent 56439a3b13
commit ecd8d2537d
1 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ ifneq ($(DEBUGBUILD),true)
DEFINES += $(RELEASE_DEFINES)
CFLAGS += $(CFLAGS_RELEASE)
LFLAGS += $(LFLAGS_RELEASE)
target = $(TARGET_BASE)
target = $(TARGET_BASE)-release
OBJDIR = $(OBJDIR_BASE)/release
else
DEFINES += $(DEBUG_DEFINES)