cohre: add PROFILE define statement in make script

This commit is contained in:
TopchetoEU 2022-10-11 14:38:00 +03:00
parent 8264dc3de0
commit febae7df7f

View File

@ -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