aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-12-26 13:48:58 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-12-26 13:48:58 +0300
commitcd4d1f3d31a9a9100c50a8158ee58f69aa87a42e (patch)
treed373d89ecacf82331df3317be712b8dbc256ac68 /Makefile
parent23350cf68d90a715bbd657bbf0f26f581fb93e83 (diff)
downloadcsx-cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e.tar
csx-cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e.tar.xz
csx-cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e.zip
.
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: