summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-09-22 22:33:18 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-09-23 10:35:40 +0200
commit6b0add86b99f7d03f6bc80c1742f79e80b9ae413 (patch)
tree74f92b64a3f19d8197ee6e02280be2446685430d /pkgs/build-support
parentb3075b30871e4d5af36047c726d624d5791cdc84 (diff)
downloadnixlib-6b0add86b99f7d03f6bc80c1742f79e80b9ae413.tar
nixlib-6b0add86b99f7d03f6bc80c1742f79e80b9ae413.tar.gz
nixlib-6b0add86b99f7d03f6bc80c1742f79e80b9ae413.tar.bz2
nixlib-6b0add86b99f7d03f6bc80c1742f79e80b9ae413.tar.lz
nixlib-6b0add86b99f7d03f6bc80c1742f79e80b9ae413.tar.xz
nixlib-6b0add86b99f7d03f6bc80c1742f79e80b9ae413.tar.zst
nixlib-6b0add86b99f7d03f6bc80c1742f79e80b9ae413.zip
separateDebugInfo: one more comment
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/setup-hooks/separate-debug-info.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/setup-hooks/separate-debug-info.sh b/pkgs/build-support/setup-hooks/separate-debug-info.sh
index a2b2693ea472..dc6de05bb69a 100644
--- a/pkgs/build-support/setup-hooks/separate-debug-info.sh
+++ b/pkgs/build-support/setup-hooks/separate-debug-info.sh
@@ -40,4 +40,5 @@ _separateDebugInfo() {
 # - Debug info may cause problems due to excessive memory usage during linking.
 #   Using -Wa,--compress-debug-sections should help with that;
 #   further interesting information: https://gcc.gnu.org/wiki/DebugFission
+# - Another related tool: https://fedoraproject.org/wiki/Features/DwarfCompressor