mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Allow build-system programs to be built without optimization.
This commit is contained in:
parent
60c8fca7ab
commit
28aeeda452
@ -1,3 +1,7 @@
|
||||
2012-04-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config.h.in [IS_IN_build]: Allow compiling without optimization.
|
||||
|
||||
2012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
|
||||
|
||||
[BZ #887]
|
||||
|
@ -1,4 +1,5 @@
|
||||
#if !defined __ASSEMBLER__ && !defined _ISOMAC && !defined __OPTIMIZE__
|
||||
#if !defined IS_IN_build && !defined __ASSEMBLER__ && !defined _ISOMAC \
|
||||
&& !defined __OPTIMIZE__
|
||||
# error "glibc cannot be compiled without optimization"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user