Skip to content

Commit

Permalink
revert clean build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jenchen1398 committed Apr 22, 2020
1 parent 831dfde commit 1602ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ else
fi

rm -rf *
cmake -DCMAKE_C_COMPILER=/usr/local/Cellar/gcc/9.3.0_1/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/Cellar/gcc/9.3.0_1/bin/g++ ../../ "$@"
cmake ../../ "$@"
cmake --build . -- -j12

0 comments on commit 1602ba3

Please sign in to comment.