From 16364e436ee1102bd901aa24655da95ae2553548 Mon Sep 17 00:00:00 2001 From: murat Date: Sat, 31 Jan 2026 16:54:55 +0300 Subject: [PATCH] updated compile script --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 46aa215..1ef5f5c 100755 --- a/compile.sh +++ b/compile.sh @@ -1,2 +1,2 @@ #!/usr/bin/bash -g++ -std=c++17 main.cpp -o main +g++ -std=c++17 main.cpp -O2 -o main