Changes between Version 1 and Version 2 of Ticket #10325, comment 6
- Timestamp:
- Dec 17, 2013, 7:52:08 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10325, comment 6
v1 v2 4 4 On other systems, e.g. OS X Mavericks, string.h defines these to Clang's builtins. 5 5 6 So this really is not dangerous a ndall and -fno-builtin is just meaningless, because not the compiler defines it to the builtins, but the libc.6 So this really is not dangerous at all and -fno-builtin is just meaningless, because not the compiler defines it to the builtins, but the libc. 7 7 8 8 Worring about different behaviour of builtins is also not important here, as they are from the OS anyway if available.