浏览代码

Oops. Revert debugging defines

Eric Andersen 23 年之前
父节点
当前提交
d033331ead
共有 1 个文件被更改,包括 4 次插入4 次删除
  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
 # 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