[Native] Drop explicit -fPIC flag setup
We don't need to explicitly set -fPIC flag everywhere
because since d82109cc92
it is set by default for all ClangArgs users.
This commit is contained in:
@@ -35,9 +35,6 @@ native {
|
||||
"-I${llvmDir}/include",
|
||||
"-I${projectDir}/src/main/include"
|
||||
)
|
||||
if (!HostManager.hostIsMingw) {
|
||||
cxxflags += "-fPIC"
|
||||
}
|
||||
suffixes {
|
||||
(".cpp" to ".$obj") {
|
||||
tool(*platformManager.hostPlatform.clang.clangCXX("").toTypedArray())
|
||||
|
||||
Reference in New Issue
Block a user