Browse Source

Oops. Revert debugging defines

Eric Andersen 23 năm trước cách đây
mục cha
commit
d033331ead
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      extra/Configs/Config.i386

+ 4 - 4
extra/Configs/Config.i386

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