Updated build script and deggl
This commit is contained in:
parent
412e497a99
commit
c86380f8ff
BIN
INCLUDE/deggl
Normal file → Executable file
BIN
INCLUDE/deggl
Normal file → Executable file
Binary file not shown.
6
INCLUDE/generate.sh
Normal file → Executable file
6
INCLUDE/generate.sh
Normal file → Executable file
@ -1,8 +1,8 @@
|
||||
# Build the include files
|
||||
echo "Building the include files..."
|
||||
deggl -i ../Eule/*.cpp -o Eule
|
||||
./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 -o - -Wall -Wextra -Wpedantic -mavx > /dev/null
|
||||
|
||||
g++ Eule.cpp -c -S -std=c++17 -o - -Wall -Wextra -Wpedantic -mavx -D _EULE_NO_INTRINSICS_ > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user