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 c0f15c4..1813eaf 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ WINDOWS ?= no
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Preparations
# Compile as ANSI C code:
-CFLAGS = -xc -ansi -Wall
+CFLAGS = -xc -ansi -Wall -pedantic
# Specify linker to use the library:
LFLAGS = -L$(BUILD) -lcsx
# Debug and optimisation (as well as -static for valgrind) are not compatible: