Fix lto warning
This commit is contained in:
parent
32e3aba554
commit
975185c5df
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
PREFIX=/usr/local
|
||||
VERSION=0.12.1
|
||||
CCONFIG=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -ftrapv -fvisibility=hidden \
|
||||
-flto -fno-fat-lto-objects -Wl,-flto -fdollars-in-identifiers
|
||||
-flto=auto -fno-fat-lto-objects -Wl,-flto -fdollars-in-identifiers
|
||||
LDFLAGS=-Wl,-rpath '-Wl,$$ORIGIN'
|
||||
# MAKEFLAGS := --jobs=$(shell nproc) --output-sync=target
|
||||
CWARN=-Wall -Wextra -Wno-format
|
||||
|
Loading…
Reference in New Issue
Block a user