Changes between Version 1 and Version 2 of Ticket #10325, comment 6


Ignore:
Timestamp:
Dec 17, 2013, 7:52:08 PM (11 years ago)
Author:
js

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10325, comment 6

    v1 v2  
    44On other systems, e.g. OS X Mavericks, string.h defines these to Clang's builtins.
    55
    6 So this really is not dangerous and all and -fno-builtin is just meaningless, because not the compiler defines it to the builtins, but the libc.
     6So 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.
    77
    88Worring about different behaviour of builtins is also not important here, as they are from the OS anyway if available.