From 30261c8820c257cc3f5f442361e8c3c52152b445 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 4 Dec 2019 02:41:22 +0100 Subject: Makefile ready for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7ef554..a12fc7d 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ CC = g++ DEBUG = -g3 FSANITIZE = -fsanitize=address #------------------------------------------------------------------------------# -OPTIMIZE = -O2 +OPTIMIZE = -O3 #------------------------------------------------------------------------------# CFLAGS = -Wall CFLAGS += -Wextra -- cgit v1.2.3