diff --git a/make.sh b/make.sh index 6398154..0ac1ec1 100755 --- a/make.sh +++ b/make.sh @@ -2,5 +2,5 @@ # Copyright © 2021 by Brett Kuntz. All rights reserved. -clang compress.c -o compute -pthread -lm -Wall -Werror -Wfatal-errors -Wno-unused-function -pipe -O3 -flto -fomit-frame-pointer -march=native -mtune=native +clang compress4.c -o compute4 -pthread -lm -Wall -Werror -Wfatal-errors -Wno-unused-function -pipe -O3 -flto -fomit-frame-pointer -march=native -mtune=native #clang compress4.c -o compute4.exe -pthread -lm -Wall -Werror -Wfatal-errors -Wno-unused-function -pipe -O3 -fomit-frame-pointer -march=native -mtune=native \ No newline at end of file