diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-21 09:47:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-21 09:47:48 +0000 |
commit | d033331ead8b1e2cd29e27dbf026d4bca86855d2 (patch) | |
tree | 475fb6f5ddde67926e679b096ba009b847d083ee /extra/Configs | |
parent | d5dcebc13570f90b5e85c6e801cb08d64cd9b90e (diff) |
Oops. Revert debugging defines
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.i386 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 12f2bb929..11e3566c5 100644 --- a/extra/Configs/Config.i386 +++ b/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 |