From 33620693902713061669468bf0e26dd7d6459be1 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Wed, 18 Mar 2026 19:52:29 +0200 Subject: [PATCH] 1 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 96963f0..ffce644 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -for OPT in s 0 1 2 3; do +for OPT in 2 3; do echo -- "-O$OPT" && gcc f.c -O$OPT -o f && ./f done