From bb724776370ef7764c40026bf960d0c727d9e904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 27 Apr 2004 23:47:22 +0000 Subject: [PATCH] Sure it can be compiled without optimizations... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7336 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/include/arch/x86/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/include/arch/x86/config.h b/src/kernel/libroot/posix/glibc/include/arch/x86/config.h index e5637ffe65..d4a45ec03a 100644 --- a/src/kernel/libroot/posix/glibc/include/arch/x86/config.h +++ b/src/kernel/libroot/posix/glibc/include/arch/x86/config.h @@ -1,6 +1,6 @@ -#if !defined __ASSEMBLER__ && !defined _ISOMAC && !defined __OPTIMIZE__ -# error "glibc cannot be compiled without optimization" -#endif +//#if !defined __ASSEMBLER__ && !defined _ISOMAC && !defined __OPTIMIZE__ +//# error "glibc cannot be compiled without optimization" +//#endif /* Another evil option when it comes to compiling the C library is --ffast-math since it alters the ABI. */