From ef6fe88b9c20eb76b759012771094f476b65dc51 Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Tue, 2 Feb 2021 20:02:49 +0100 Subject: [PATCH] more warnings --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af2a796..9208829 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ TARGET_ARCH=linux64 CC = g++ # compiling flags here -CFLAGS = -Wall -I. -O3 -std=c++11 -g -Wall -Wextra +CFLAGS = -Wall -I. -O3 -std=c++11 -g -Wall -Wextra -Wunused-function + LINKER = g++