We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b75ef commit 1c40beaCopy full SHA for 1c40bea
Sources/ScipioKit/Producer/PIF/PIFCompiler.swift
@@ -86,7 +86,7 @@ struct PIFCompiler: Compiler {
86
buildParametersPath: buildParametersPath
87
)
88
89
- if buildOptions.stripDWARFSymbols {
+ if buildOptions.stripDWARFSymbols && buildOptions.frameworkType == .static {
90
logger.info("🐛 Stripping debug symbols")
91
let binaryPath = frameworkBundlePath.appending(component: buildProduct.target.c99name)
92
try await debugSymbolStripper.stripDebugSymbol(binaryPath)
0 commit comments