|
@@ -46,7 +46,7 @@ STRIPTOOL = $(CROSS)strip
|
|
|
|
|
|
# Set the following to `true' to make a debuggable build, and `false' for
|
|
|
# production builds.
|
|
|
-DODEBUG = true
|
|
|
+DODEBUG = false
|
|
|
|
|
|
# Compiler warnings you want to see
|
|
|
WARNINGS=-Wall
|
|
@@ -115,19 +115,19 @@ UNIFIED_SYSCALL = false
|
|
|
# If you want large file summit support (greater then 2 Gib),
|
|
|
# turn this on. This has no effect unless your kernel supports
|
|
|
# lfs. This currently does nothing, but may someday...
|
|
|
-DOLFS = true
|
|
|
+DOLFS = false
|
|
|
|
|
|
# If you want to include RPC support, enable this. RPC is almost never used
|
|
|
# for anything except NFS support, so unless you plan to use NFS, leave this
|
|
|
# disabled. This is off by default.
|
|
|
-INCLUDE_RPC = true
|
|
|
+INCLUDE_RPC = false
|
|
|
|
|
|
# If you want to include support for the next version of the Internet
|
|
|
# Protocol: IP version 6, enable this. This is off by default.
|
|
|
INCLUDE_IPV6 = false
|
|
|
|
|
|
# If you want to compile the library as PIC code, turn this on.
|
|
|
-DOPIC = true
|
|
|
+DOPIC = false
|
|
|
|
|
|
|
|
|
|