diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 02:41:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 02:41:22 +0100 |
commit | 30261c8820c257cc3f5f442361e8c3c52152b445 (patch) | |
tree | 8475e2b6f0c72f842fb7a16500cf48d9e52e4e3f /Makefile | |
parent | Makefile ready for release (diff) | |
download | lowbat-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ CC = g++ DEBUG = -g3 FSANITIZE = -fsanitize=address #------------------------------------------------------------------------------# -OPTIMIZE = -O2 +OPTIMIZE = -O3 #------------------------------------------------------------------------------# CFLAGS = -Wall CFLAGS += -Wextra |