From 09cfe6cee9bc8ac36659f490515375e6a9abe45e Mon Sep 17 00:00:00 2001 From: yzrh Date: Mon, 9 Jan 2023 15:18:37 +0000 Subject: Fix compiler warnings. Signed-off-by: yzrh --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 21ccda9..67f1a2b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022, yzrh +# Copyright (c) 2019-2023, yzrh # # SPDX-License-Identifier: Apache-2.0 # @@ -18,7 +18,7 @@ obj = ${src:.c=.o} PREFIX = /usr/local -CFLAGS = -O2 -pipe -flto -Wall -Wextra -Wno-unused-result -Wno-unused-parameter +CFLAGS = -O2 -pipe -flto -Wall -Wextra -Wno-unused-parameter LDFLAGS = -Wl,-O2 -lpthread -lSDL2 -lSDL2_ttf .ifdef SOUND -- cgit v1.2.3