summaryrefslogtreecommitdiff
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 9e7d9ba..f5b0a37 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Generic settings
#
CC = gcc
-CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64
+CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 -O2
LDFLAGS =
INCLUDES =
INSTALL = install -c