Skip to content
  • Adam Mercer's avatar
    drop optimisation flag usage in gcc flags · d62dcb60
    Adam Mercer authored
    * using -O4 with the compilers in Xcode-4.2 adds extra LLVM optimisation
      which currently causes link failures (apple bug #10299475)
    * using -O3 with the compilers in Xcode-4.2 leads to an internal
      compiler error (apple bug #10303236)
    Original: 45f0a1b478b6f0d4f1195a56094817b21f584ad1
    d62dcb60