Append -release to release output elf
This commit is contained in:
		@@ -79,7 +79,7 @@ ifneq ($(DEBUGBUILD),true)
 | 
				
			|||||||
DEFINES += $(RELEASE_DEFINES)
 | 
					DEFINES += $(RELEASE_DEFINES)
 | 
				
			||||||
CFLAGS += $(CFLAGS_RELEASE)
 | 
					CFLAGS += $(CFLAGS_RELEASE)
 | 
				
			||||||
LFLAGS += $(LFLAGS_RELEASE)
 | 
					LFLAGS += $(LFLAGS_RELEASE)
 | 
				
			||||||
target = $(TARGET_BASE)
 | 
					target = $(TARGET_BASE)-release
 | 
				
			||||||
OBJDIR = $(OBJDIR_BASE)/release
 | 
					OBJDIR = $(OBJDIR_BASE)/release
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
DEFINES += $(DEBUG_DEFINES)
 | 
					DEFINES += $(DEBUG_DEFINES)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user