compile C++ test harness with warnings

This commit is contained in:
Doug Hoyte 2023-09-15 17:46:17 -04:00
parent 1d7f733aaf
commit b9c0a0e35d

View File

@ -1,2 +1,2 @@
harness: harness.cpp ../../cpp/Negentropy.h
g++ -g -std=c++20 -I../../cpp/ -I ./hoytech-cpp/ harness.cpp -lcrypto -o harness
g++ -g -Wall -std=c++20 -I../../cpp/ -I ./hoytech-cpp/ harness.cpp -lcrypto -o harness