Added single-header deployment (for now works on msvc only)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user