Skip to content

Commit

Permalink
modify rebuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Aug 5, 2022
1 parent 326c633 commit 7bc01a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
rm CMakeCache.txt
CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -G "MSYS Makefiles" .
CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Release -G "MSYS Makefiles" .
make -j4

0 comments on commit 7bc01a2

Please sign in to comment.