Browse Source

disable -z now by default

Mike Frysinger 18 years ago
parent
commit
36df0f55b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -1315,7 +1315,7 @@ config UCLIBC_BUILD_RELRO
 config UCLIBC_BUILD_NOW
 	bool "Build uClibc with NOW"
 	depends on HAVE_SHARED
-	default y
+	default n
 	help
 	  Build all libraries and executables with -z now.