diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 84c20a9f7e..ffeb1f39de 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -#ifndef __OPTIMIZE__ +#if !defined ASSEMBLER && !defined _ISOMAC && !defined __OPTIMIZE__ # error "glibc cannot be compiled without optimization" #endif |