File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ defines+=enable_hidpi=1 \
57
57
use_pulseaudio=1 \
58
58
linux_link_libpci=1 \
59
59
linux_link_libspeechd=1 \
60
- remove_webcore_debug_symbols=1 \
61
60
fastbuild=1 \
62
61
disable_fatal_linker_warnings=1 \
63
62
tracing_like_official_build=1 \
@@ -97,6 +96,9 @@ defines+=use_system_icu=0 \
97
96
# icu_use_data_file_flag=0 \
98
97
#want_separate_host_toolset=0 \
99
98
99
+ # reduce the size of debugging symbols
100
+ defines+=remove_webcore_debug_symbols=1
101
+
100
102
# some notes about embedded libraries
101
103
# use_system_libusb=0 requires modified source that exposes libusb_interrupt_handle_event api
102
104
# use_system_libvpx=0 need to run unbundler
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ defines+=enable_hidpi=1 \
56
56
use_gio=1 \
57
57
use_pulseaudio=1 \
58
58
linux_link_libpci=1 \
59
- remove_webcore_debug_symbols=1 \
60
59
fastbuild=1 \
61
60
disable_fatal_linker_warnings=1 \
62
61
tracing_like_official_build=1 \
@@ -96,6 +95,9 @@ defines+=use_system_icu=0 \
96
95
# icu_use_data_file_flag=0 \
97
96
#want_separate_host_toolset=0 \
98
97
98
+ # reduce the size of debugging symbols
99
+ defines+=remove_webcore_debug_symbols=1
100
+
99
101
# some notes about embedded libraries
100
102
# use_system_libusb=0 requires modified source that exposes libusb_interrupt_handle_event api
101
103
# use_system_libvpx=0 need to run unbundler
You can’t perform that action at this time.
0 commit comments