aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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