From 56f2c8ed72370e303955e58b024180197eec0e92 Mon Sep 17 00:00:00 2001 From: Faalagorn Date: Sat, 28 Nov 2020 13:46:50 +0100 Subject: [PATCH] Update Makefile `-Wno-unused-function` was passed twice --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94ff5e62..d27436ae 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC ?= gcc CXX ?= g++ -CFLAGS = -W -Wall -Wextra -Wcast-align -Wno-unused-function -ansi -pedantic -pthread -Wno-unused-function +CFLAGS = -W -Wall -Wextra -Wcast-align -Wno-unused-function -ansi -pedantic -pthread CXXFLAGS = -W -Wall -Wextra -Wcast-align -Wno-unused-function -ansi -pedantic -std=gnu++11 -pthread #It's recommended to double-compile zopfli by first adding -fprofile-generate, running it on