mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-16 11:27:53 +00:00
changed mind. remove -fPIC as default, document it as supported
This commit is contained in:
parent
12d515c6db
commit
bb82d51d1e
@ -1,4 +1,6 @@
|
||||
CXXFLAGS = -DNDEBUG -g -O2 -fPIC
|
||||
CXXFLAGS = -DNDEBUG -g -O2
|
||||
# -fPIC is supported. Please report any breakage of -fPIC as a bug.
|
||||
# CXXFLAGS += -fPIC
|
||||
# the following options reduce code size, but breaks link or makes link very slow on some systems
|
||||
# CXXFLAGS += -ffunction-sections -fdata-sections
|
||||
# LDFLAGS += -Wl,--gc-sections
|
||||
|
Loading…
x
Reference in New Issue
Block a user