You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
remove final release option
This commit is contained in:
3
Makefile
3
Makefile
@@ -14,7 +14,6 @@ LIBDRAGON_IPL3 ?= 0
|
||||
# Build types
|
||||
# debug - Debug build
|
||||
# general - General release build
|
||||
# final - Final release build with no crash screen, game will reset upon exception.
|
||||
|
||||
RELEASE ?= debug
|
||||
|
||||
@@ -55,8 +54,6 @@ ifeq ($(RELEASE), debug)
|
||||
DEFINES += _DEBUG=1
|
||||
else ifeq ($(RELEASE), general)
|
||||
OPT_FLAGS := -Os -ggdb3
|
||||
else ifeq ($(RELEASE), final)
|
||||
OPT_FLAGS := -Os
|
||||
else
|
||||
$(error Invalid build release setting.)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user