cohre: add PROFILE define statement in make script
This commit is contained in:
parent
8264dc3de0
commit
febae7df7f
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user