Skip to content

Commit 693a53b

Browse files
committed
chore: misc update
1 parent 85a383e commit 693a53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/scripts/Mach-O-Bin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "$C_CODE" >"$TERM_SIZE_C"
4343
rm -f "$TERM_SIZE_BIN"
4444

4545
# 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"
46+
clang -O3 -Wall -Wextra -pedantic -std=c99 -arch arm64 -arch x86_64 -o "$TERM_SIZE_BIN" "$TERM_SIZE_C"
4747

4848
# Clean up the temporary file
4949
rm "$TERM_SIZE_C"

0 commit comments

Comments
 (0)