Skip to content

Commit

Permalink
Move gyp flags around to match Debian's 48.0.2564.82-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloston committed Jan 25, 2016
1 parent 30c53cf commit 3e2712b
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build_templates/debian/rules
Original file line number Diff line number Diff line change
@@ -57,7 +57,6 @@ defines+=enable_hidpi=1 \
use_pulseaudio=1 \
linux_link_libpci=1 \
linux_link_libspeechd=1 \
remove_webcore_debug_symbols=1 \
fastbuild=1 \
disable_fatal_linker_warnings=1 \
tracing_like_official_build=1 \
@@ -97,6 +96,9 @@ defines+=use_system_icu=0 \
#icu_use_data_file_flag=0 \
#want_separate_host_toolset=0 \
# reduce the size of debugging symbols
defines+=remove_webcore_debug_symbols=1

# some notes about embedded libraries
# use_system_libusb=0 requires modified source that exposes libusb_interrupt_handle_event api
# use_system_libvpx=0 need to run unbundler
4 changes: 3 additions & 1 deletion build_templates/ubuntu/rules
Original file line number Diff line number Diff line change
@@ -56,7 +56,6 @@ defines+=enable_hidpi=1 \
use_gio=1 \
use_pulseaudio=1 \
linux_link_libpci=1 \
remove_webcore_debug_symbols=1 \
fastbuild=1 \
disable_fatal_linker_warnings=1 \
tracing_like_official_build=1 \
@@ -96,6 +95,9 @@ defines+=use_system_icu=0 \
#icu_use_data_file_flag=0 \
#want_separate_host_toolset=0 \
# reduce the size of debugging symbols
defines+=remove_webcore_debug_symbols=1

# some notes about embedded libraries
# use_system_libusb=0 requires modified source that exposes libusb_interrupt_handle_event api
# use_system_libvpx=0 need to run unbundler

0 comments on commit 3e2712b

Please # to comment.