fix: mp-build c++ compiler name
This commit is contained in:
parent
5aa5e39168
commit
0f5d426f56
@ -345,7 +345,7 @@ unset_indent
|
||||
|
||||
info "Running the build function"
|
||||
export CC="gcc"
|
||||
export CXX="gcc"
|
||||
export CXX="g++"
|
||||
export CFLAGS="-march=x86-64 -mtune=generic -O2"
|
||||
export ROOTDIR="${rootpath}"
|
||||
export MAKEFLAGS="-j${OPT_CORES}"
|
||||
|
Loading…
Reference in New Issue
Block a user