Skip to content

Instantly share code, notes, and snippets.

@hamano
Created December 2, 2010 07:13
Show Gist options
  • Save hamano/724922 to your computer and use it in GitHub Desktop.
Save hamano/724922 to your computer and use it in GitHub Desktop.
diff --git a/build/top.mk b/build/top.mk
index 4bd23d2..082c5ba 100644
--- a/build/top.mk
+++ b/build/top.mk
@@ -58,7 +58,8 @@ INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_SCRIPT = $(INSTALL)
-STRIP = -s
+#STRIP = -s
+STRIP =
LINT = lint
5LINT = 5lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment