From 591af8735d2ccde1ea4fec1812f9ac551091eee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 8 Jun 2004 23:58:29 +0000 Subject: [PATCH] compiling with DEBUG is only for tests git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7869 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/coreutils-5.0/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/bin/coreutils-5.0/config.h b/src/apps/bin/coreutils-5.0/config.h index 8a5f1d2731..0eeee91492 100644 --- a/src/apps/bin/coreutils-5.0/config.h +++ b/src/apps/bin/coreutils-5.0/config.h @@ -1429,3 +1429,5 @@ /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ /* #undef volatile */ + +#undef DEBUG