[gedit] [osx] Default bundle to strip debug symbols



commit 1f715d55c9fd96dae5ab698887e0bc83235bfd3e
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Tue Sep 2 19:00:19 2014 +0200

    [osx] Default bundle to strip debug symbols

 osx/bundle/bundle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/osx/bundle/bundle b/osx/bundle/bundle
index 9e3a9ad..14dfac6 100755
--- a/osx/bundle/bundle
+++ b/osx/bundle/bundle
@@ -208,7 +208,7 @@ function cmd_make() {
        printf ", done...\n\nDo you want to strip debug symbols? [\033[1myes\033[0m/no] "
        read strip
 
-       if [ "$strip" = "yes" ]; then
+       if [ "$strip" = "yes" ] || [ -z "$strip" ]; then
                echo "Strip debug symbols from bundle binaries"
 
                # Strip debug symbols from libraries/modules


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]