Skip to content

Commit fa1b7ac

Browse files
committed
Remove the strip symbols flag
1 parent 40f75dc commit fa1b7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gn/skia/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ config("optimize") {
817817
if (is_mac || is_ios) {
818818
ldflags += [ "-dead_strip" ]
819819
} else {
820-
ldflags += [ "-s", "-Wl,--gc-sections" ]
820+
ldflags += [ "-Wl,--gc-sections" ]
821821
}
822822
if (target_cpu == "wasm") {
823823
# The compiler asks us to add an optimization flag to both cflags

0 commit comments

Comments
 (0)