SSGC should detect C++ interop mode, and set -cxx-interoperability-mode
appropriately
#240
Labels
bug
Something isn't working
-cxx-interoperability-mode
appropriately
#240
based on discussion with @rauhul , we need to scan the full dependency tree for each module, and detect if any of those modules have
.interoperabilityMode(.Cxx)
enabled, based on platform and build configuration.The text was updated successfully, but these errors were encountered: