default release build

This commit is contained in:
Garux 2021-01-30 16:24:07 +03:00
parent 99a5ef0416
commit b29a8cb5c4

View File

@ -4,7 +4,7 @@ MAKEFILE_CONF ?= Makefile.conf
## CONFIGURATION SETTINGS ## CONFIGURATION SETTINGS
# user customizable stuf # user customizable stuf
# you may override this in Makefile.conf or the environment # you may override this in Makefile.conf or the environment
BUILD ?= debug BUILD ?= release
# or: release, or: debug, or: extradebug, or: extradebug_quicker, or: profile, or: native # or: release, or: debug, or: extradebug, or: extradebug_quicker, or: profile, or: native
OS ?= $(shell uname) OS ?= $(shell uname)
# or: Linux, Win32, Darwin # or: Linux, Win32, Darwin