aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 02:41:22 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 02:41:22 +0100
commit30261c8820c257cc3f5f442361e8c3c52152b445 (patch)
tree8475e2b6f0c72f842fb7a16500cf48d9e52e4e3f /Makefile
parentMakefile ready for release (diff)
downloadlowbat-gnu-30261c8820c257cc3f5f442361e8c3c52152b445.tar.gz
lowbat-gnu-30261c8820c257cc3f5f442361e8c3c52152b445.tar.bz2
lowbat-gnu-30261c8820c257cc3f5f442361e8c3c52152b445.tar.xz
lowbat-gnu-30261c8820c257cc3f5f442361e8c3c52152b445.tar.zst
lowbat-gnu-30261c8820c257cc3f5f442361e8c3c52152b445.zip
Makefile ready for release
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