From c3ec8e4323b72bdaa1108e54df98e156d7386683 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Wed, 1 Mar 2023 15:04:49 +0100 Subject: [PATCH] =?UTF-8?q?W=C5=82=C4=85czono=20optymalizacj=C4=99=20kompi?= =?UTF-8?q?latora?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projekt 1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projekt 1/Makefile b/projekt 1/Makefile index c85a49b..8f592fd 100644 --- a/projekt 1/Makefile +++ b/projekt 1/Makefile @@ -2,7 +2,7 @@ build: ccache g++ main.cpp run: - ccache g++ main.cpp; ./a.out + ccache g++ main.cpp; ./a.out -O3 clean: rm -f ./a.out