aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5065685..e9a003d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,7 +7,7 @@
CC ?= gcc
-CFLAGS = -Wall
+CFLAGS = -Wall -flto
DEBUG ?= 0
TEST ?= 0
FAST ?= 0