From cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sun, 26 Dec 2021 13:48:58 +0300 Subject: . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3