aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d2c8bc..6803d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ CC ?= gcc
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Preparations
-# Compile under the most strict conditions:
-CFLAGS = -xc -ansi -pedantic -Wall -Wextra
+# Compile as ANSI C code:
+CFLAGS = -xc -ansi -Wall
# Specify linker to use the library:
LFLAGS = -L$(BUILD) -lmagi
# Debug and optimisation (as well as -static for valgrind) are not compatible: