Removed single-header deployment

This commit is contained in:
Leonetienne 2022-03-06 20:06:27 +01:00
parent da18c59969
commit 2d7ef45983
4 changed files with 0 additions and 4567 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,8 +0,0 @@
# Build the include files
echo "Building the include files..."
./deggl -i ../Eule/*.cpp -o Eule
# Verify that they compile cleanly
# For simplicity, we'll test without intrisics enabled
echo "Verifying that they compile"
g++ Eule.cpp -c -S -std=c++17 -o - -Wall -Wextra -Wpedantic -mavx -D _EULE_NO_INTRINSICS_ > /dev/null