Avatar
-Xlinker --strip-allでクラッシュログにシンボルが出なくなるのは分かるけど、-static-stdlibでも出なくなるのね。 @swift-6.0.3 swiftc @swift-6.0.3 swiftc -Xlinker --strip-all @swift-6.0.3 swiftc -static-stdlib func a() { b() } func b() { assert(false) } a()