From febae7df7fd808ea7a5172fca7425d6052ce25c1 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:38:00 +0300 Subject: [PATCH] cohre: add PROFILE define statement in make script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f244a48..623891a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ export MAKEFLAGS += --silent -r -j -export flags=-std=c++17 -Wall -Wno-main -Wno-trigraphs -Wno-missing-braces -Wno-stringop-overflow +export flags=-std=c++17 -Wall -Wno-main -Wno-trigraphs -Wno-missing-braces -Wno-stringop-overflow -DPROFILE_$(profile) export ldflags=-L$(bin)/$(profile) export lib=ppc$(version-major)- export profile=release