aboutsummaryrefslogtreecommitdiff
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 93f4a2d..c3117d0 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CC = gcc
LIB = libmagi.a
# Compile under the most strict conditions:
-CFLAGS = -xc -ansi -pedantic -Wall
+CFLAGS = -xc -ansi -pedantic -Wall -Wextra
# Debug and optimisation are not compatible:
ifeq '$(DEBUG)' 'yes'
CFLAGS += -g -O0