From ee2b3cda5cf5c716c266d15cf2aff48117a901c3 Mon Sep 17 00:00:00 2001
From: Filip Stedronsky <p@regnarg.cz>
Date: Mon, 24 Jun 2019 19:43:24 +0200
Subject: [PATCH] =?UTF-8?q?aim-sort=20dovoluje=20v=C3=ADcevl=C3=A1knov?=
 =?UTF-8?q?=C3=A1=20=C5=99e=C5=A1en=C3=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 aim-sort/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aim-sort/Makefile b/aim-sort/Makefile
index 4f3c6ce..ffe7ea6 100644
--- a/aim-sort/Makefile
+++ b/aim-sort/Makefile
@@ -1,8 +1,8 @@
 # Compilation settings:
-CFLAGS=-Wall -std=gnu99 $(MYCFLAGS)
+CFLAGS=-Wall -std=gnu99 -pthread $(MYCFLAGS)
 LDFLAGS=-lm $(MYLDFLAGS)
 
-OPTCFLAGS=$(CFLAGS) -O3 -march=native -DNDEBUG
+OPTCFLAGS=$(CFLAGS) -ggdb3 -O3 -march=native -DNDEBUG
 DBGCFLAGS=$(CFLAGS) -ggdb3
 
 # Benchmarking settings:
-- 
GitLab