fix: mp-build c++ compiler name

This commit is contained in:
ngn 2024-08-16 23:20:04 +03:00
parent 5aa5e39168
commit 0f5d426f56

View File

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