Skip to content
Snippets Groups Projects
Unverified Commit 90ab1c38 authored by Fijxu's avatar Fijxu
Browse files

fix: Re add CMAKE_CXX_COMPILER and CMAKE_C_COMPILER. Now pointing to

GCC12.
parent aa20f384
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ cmake .. \
-DSUYU_USE_PRECOMPILED_HEADERS=OFF \
-DDYNARMIC_USE_PRECOMPILED_HEADERS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_COMPILER=/usr/local/bin/g++ \
-DCMAKE_C_COMPILER=/usr/local/bin/gcc \
-DCMAKE_CXX_FLAGS="-march=x86-64-v2" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DDISPLAY_VERSION=$1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment