Skip to content

Commit 3e2712b

Browse files
committed
Move gyp flags around to match Debian's 48.0.2564.82-2
1 parent 30c53cf commit 3e2712b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build_templates/debian/rules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ defines+=enable_hidpi=1 \
5757
use_pulseaudio=1 \
5858
linux_link_libpci=1 \
5959
linux_link_libspeechd=1 \
60-
remove_webcore_debug_symbols=1 \
6160
fastbuild=1 \
6261
disable_fatal_linker_warnings=1 \
6362
tracing_like_official_build=1 \
@@ -97,6 +96,9 @@ defines+=use_system_icu=0 \
9796
#icu_use_data_file_flag=0 \
9897
#want_separate_host_toolset=0 \
9998
99+
# reduce the size of debugging symbols
100+
defines+=remove_webcore_debug_symbols=1
101+
100102
# some notes about embedded libraries
101103
# use_system_libusb=0 requires modified source that exposes libusb_interrupt_handle_event api
102104
# use_system_libvpx=0 need to run unbundler

build_templates/ubuntu/rules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ defines+=enable_hidpi=1 \
5656
use_gio=1 \
5757
use_pulseaudio=1 \
5858
linux_link_libpci=1 \
59-
remove_webcore_debug_symbols=1 \
6059
fastbuild=1 \
6160
disable_fatal_linker_warnings=1 \
6261
tracing_like_official_build=1 \
@@ -96,6 +95,9 @@ defines+=use_system_icu=0 \
9695
#icu_use_data_file_flag=0 \
9796
#want_separate_host_toolset=0 \
9897
98+
# reduce the size of debugging symbols
99+
defines+=remove_webcore_debug_symbols=1
100+
99101
# some notes about embedded libraries
100102
# use_system_libusb=0 requires modified source that exposes libusb_interrupt_handle_event api
101103
# use_system_libvpx=0 need to run unbundler

0 commit comments

Comments
 (0)