File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bazel/emscripten_toolchain Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ def _impl(ctx):
408
408
implies = ["profiling" ],
409
409
),
410
410
411
- # Turns on full debug info (-gsource-map ).
411
+ # Turns on full debug info (-g3 ).
412
412
feature (name = "full_debug_info" ),
413
413
414
414
# Enables the use of "Emscripten" Pthread implementation.
@@ -667,7 +667,7 @@ def _impl(ctx):
667
667
actions = all_compile_actions +
668
668
all_link_actions ,
669
669
flags = [
670
- "-gsource-map " ,
670
+ "-g3 " ,
671
671
"-fsanitize=undefined" ,
672
672
"-O1" ,
673
673
"-DUNDEFINED_BEHAVIOR_SANITIZER=1" ,
@@ -692,7 +692,7 @@ def _impl(ctx):
692
692
flag_set (
693
693
actions = all_compile_actions +
694
694
all_link_actions ,
695
- flags = ["-gsource-map " ],
695
+ flags = ["-g3 " ],
696
696
features = ["full_debug_info" ],
697
697
),
698
698
flag_set (
You can’t perform that action at this time.
0 commit comments