From d033331ead8b1e2cd29e27dbf026d4bca86855d2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 21 Dec 2001 09:47:48 +0000 Subject: Oops. Revert debugging defines --- extra/Configs/Config.i386 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/Configs') 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 -- cgit v1.2.3