diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <yzrh@noema.org> +# Copyright (c) 2019-2023, yzrh <yzrh@noema.org> # # 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 |