summaryrefslogtreecommitdiff
path: root/bootstrap.sh
blob: 815c12faebeb89e14d0a3215e30d5bbe02ed6ae6 (plain)
1
2
3
4
#!/bin/sh
echo "Bootstrapping..."
g++ -std=c++17 -O3 -Isrc -pthread src/*.cc ctor.cc test/ctor.cc -o ctor && \
echo "Done. Now run ./ctor to build."