diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index f54df80..21ccda9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021, yzrh <yzrh@noema.org> +# Copyright (c) 2019-2022, yzrh <yzrh@noema.org> # # SPDX-License-Identifier: Apache-2.0 # @@ -18,8 +18,8 @@ obj = ${src:.c=.o} PREFIX = /usr/local -CFLAGS = -O3 -march=native -pipe -flto -Wall -Wextra -Wno-unused-result -Wno-unused-parameter -LDFLAGS = -Wl,-O3 -lpthread -lSDL2 -lSDL2_ttf +CFLAGS = -O2 -pipe -flto -Wall -Wextra -Wno-unused-result -Wno-unused-parameter +LDFLAGS = -Wl,-O2 -lpthread -lSDL2 -lSDL2_ttf .ifdef SOUND |