Skip to content

Commit

Permalink
server: Specify G++8 as default compiler for build
Browse files Browse the repository at this point in the history
Former-commit-id: 0ec83ef
  • Loading branch information
LeonMrBonnie committed Dec 29, 2021
1 parent 717654d commit 122f410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdir build-linux
cd build-linux
cmake -DCMAKE_BUILD_TYPE=Release -DJS_MODULE_VERSION=DEV ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-8 -DJS_MODULE_VERSION=DEV ..
cmake --build . --config Release
cd ..

0 comments on commit 122f410

Please sign in to comment.