finagolfin / swift-android-sdk

Android SDKs for Swift
Apache License 2.0
151 stars 15 forks source link

Some flags like `-fPIC` may not be passed to C/C++ code by default anymore with the Swift 6 SDK bundle #195

Open finagolfin opened 1 day ago

finagolfin commented 1 day ago

I will look into adding this back by default, but in the meantime, such flags can be manually added back on the command-line by adding something like -Xcc -fPIC.

lhoward commented 1 day ago

Thanks for this! No longer an issue here as I removed the dependency but I'm sure it'll come back to bite me again.