mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
llvm-gcc/clang don't (won't?) need this hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b9024c877
commit
253e9b2990
@ -16,7 +16,8 @@
|
||||
//
|
||||
// FIXME: This is a huge hack, to work around ridiculously awful compile times
|
||||
// on this file with gcc-4.2 on Darwin, in Release mode.
|
||||
#if defined(__APPLE__) && defined(__OPTIMIZE__) && !defined(NDEBUG)
|
||||
#if (!defined(__llvm__) && defined(__APPLE__) && \
|
||||
defined(__OPTIMIZE__) && !defined(NDEBUG))
|
||||
#define NDEBUG
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user