From f37b4dbfb991097c53dbf6cd105f692e2a12cb5b Mon Sep 17 00:00:00 2001 From: kuntz <54650746+kun1z@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:19:36 -0600 Subject: [PATCH] comp4 --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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