about summary refs log tree commit diff
path: root/pkgs/stdenv/mingw/setup.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-12-12 14:02:12 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-12-12 14:02:12 +0000
commit3ea1c308466d2daad18ceac4ef8176bb1c3c85de (patch)
tree8f3478442e51a6edc6f0c4d4b7cae18640422ac2 /pkgs/stdenv/mingw/setup.sh
parentef7b97badef4e6b26b060ed7ff5fba6d0c269942 (diff)
* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusing
  in its interaction with the ‘dontStrip’ attribute.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30848
Diffstat (limited to 'pkgs/stdenv/mingw/setup.sh')
-rwxr-xr-xpkgs/stdenv/mingw/setup.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/stdenv/mingw/setup.sh b/pkgs/stdenv/mingw/setup.sh
index 058d8cb189182..2bc961dfaed62 100755
--- a/pkgs/stdenv/mingw/setup.sh
+++ b/pkgs/stdenv/mingw/setup.sh
@@ -202,13 +202,6 @@ if test "$NIX_NO_SELF_RPATH" != "1"; then
 fi
 
 
-# Strip debug information by default.
-if test -z "$NIX_STRIP_DEBUG"; then
-    export NIX_STRIP_DEBUG=1
-    export NIX_CFLAGS_STRIP="-g0 -Wl,--strip-debug"
-fi
-
-
 # Set the TZ (timezone) environment variable, otherwise commands like
 # `date' will complain (e.g., `Tue Mar 9 10:01:47 Local time zone must
 # be set--see zic manual page 2004').