summaryrefslogtreecommitdiff
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 dc6f728..95668ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
prefix := /usr/local
srcdir := $(dir $(lastword $(MAKEFILE_LIST)))
-CFLAGS = -Wall -Wno-tautological-compare -Werror
+CFLAGS = -Wall -Werror
SWIFTC = swiftc
ifeq ($(OS),Windows_NT)
CSC = "C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/Roslyn/csc.exe" -nologo