Skip to content

Commit

Permalink
Update build.sh to use c++ insetad of g++ and compile with --std=c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieranoski702 committed Nov 1, 2023
1 parent 867a251 commit 7906d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/chuffed/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ cmake --build build
cd ..

# Build wrapper.cpp as static library
g++ -c wrapper.cpp -Ivendor
c++ -c wrapper.cpp -Ivendor --std=c++11
ar rvs libwrapper.a wrapper.o

0 comments on commit 7906d9d

Please sign in to comment.