Added single-header deployment (for now works on msvc only)

This commit is contained in:
Leonetienne
2022-01-20 23:12:32 +01:00
parent 58c369e025
commit 06d7f9fd7e
3 changed files with 4550 additions and 1 deletions

View File

@@ -4,5 +4,5 @@ deggl -i ../Eule/*.cpp -o Eule
# Verify that they compile cleanly
echo "Verifying that they compile"
g++ Eule.cpp -c -S -o - -Wall -Wextra -Wpedantic > /dev/null
g++ Eule.cpp -c -S -o - -Wall -Wextra -Wpedantic -mavx > /dev/null