We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a383e commit 693a53bCopy full SHA for 693a53b
meta/scripts/Mach-O-Bin.sh
@@ -43,7 +43,7 @@ echo "$C_CODE" >"$TERM_SIZE_C"
43
rm -f "$TERM_SIZE_BIN"
44
45
# Create Mach-O universal binary with 2 architectures: x86_64 & arm64
46
-clang -Ofast -Wall -Wextra -pedantic -std=c99 -arch arm64 -arch x86_64 -o "$TERM_SIZE_BIN" "$TERM_SIZE_C"
+clang -O3 -Wall -Wextra -pedantic -std=c99 -arch arm64 -arch x86_64 -o "$TERM_SIZE_BIN" "$TERM_SIZE_C"
47
48
# Clean up the temporary file
49
rm "$TERM_SIZE_C"
0 commit comments