Created
December 2, 2010 07:13
-
-
Save hamano/724922 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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