Changes between Initial Version and Version 1 of Ticket #66450


Ignore:
Timestamp:
Dec 12, 2022, 4:06:07 AM (18 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66450 – Description

    initial v1  
    1 Building xscorch fails to build on Mac OS 10.6. This is the error I saw in the log: \\
     1Building xscorch fails to build on Mac OS 10.6. This is the error I saw in the log:
     2
     3{{{
    24:info:build clang: error: unknown argument: '-fthread-jumps'
     5}}}
    36
    47Here is a description of the option for GCC 3.4 found here: https://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/Optimize-Options.html:
    5 
    68
    79{{{
     
    1214}}}
    1315
    14 I could not find a reference to -fthread-jumps working with clang.
     16I could not find a reference to `-fthread-jumps` working with clang.
    1517
    1618This issue talks about how clang does not recognize a lot of flags (fthread-jumps included): https://github.com/pcsx2/pcsx2/issues/295