summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks/separate-debug-info.sh
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-09-22 22:07:58 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-09-22 22:07:58 +0200
commit22521f3b9083968e1f55164b34d2f21b4734cafd (patch)
tree33deb7c5e26aaa8538a626d34abf6d5d7451cae9 /pkgs/build-support/setup-hooks/separate-debug-info.sh
parentb3658bc01bec22a5c3c70e818918c12d2bc0baf5 (diff)
downloadnixpkgs-22521f3b9083968e1f55164b34d2f21b4734cafd.tar
nixpkgs-22521f3b9083968e1f55164b34d2f21b4734cafd.tar.gz
nixpkgs-22521f3b9083968e1f55164b34d2f21b4734cafd.tar.bz2
nixpkgs-22521f3b9083968e1f55164b34d2f21b4734cafd.tar.lz
nixpkgs-22521f3b9083968e1f55164b34d2f21b4734cafd.tar.xz
nixpkgs-22521f3b9083968e1f55164b34d2f21b4734cafd.tar.zst
nixpkgs-22521f3b9083968e1f55164b34d2f21b4734cafd.zip
separateDebugInfo: fix typo in comment
Diffstat (limited to 'pkgs/build-support/setup-hooks/separate-debug-info.sh')
-rw-r--r--pkgs/build-support/setup-hooks/separate-debug-info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/setup-hooks/separate-debug-info.sh b/pkgs/build-support/setup-hooks/separate-debug-info.sh
index 1f27cb0ffd6..a2b2693ea47 100644
--- a/pkgs/build-support/setup-hooks/separate-debug-info.sh
+++ b/pkgs/build-support/setup-hooks/separate-debug-info.sh
@@ -37,7 +37,7 @@ _separateDebugInfo() {
 
 # - We might prefer to compress the debug info during link-time already,
 #   but our ld doesn't support --compress-debug-sections=zlib (yet).
-# - Debug info may cause due to excessive memory usage during linking.
+# - 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