From b29a8cb5c433c50af4b05833d25fccddfd8aafb5 Mon Sep 17 00:00:00 2001 From: Garux Date: Sat, 30 Jan 2021 16:24:07 +0300 Subject: [PATCH] default release build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f993977..8891c158 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MAKEFILE_CONF ?= Makefile.conf ## CONFIGURATION SETTINGS # user customizable stuf # 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 OS ?= $(shell uname) # or: Linux, Win32, Darwin