Changes between Initial Version and Version 1 of Ticket #70087, comment 5


Ignore:
Timestamp:
May 28, 2024, 7:36:54 AM (4 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70087, comment 5

    initial v1  
    1414
    1515Well, obviously a flag not supported by GCC must not be used with GCC. So flags are wrong.
    16 If GCC cannot compile the port, it should be blacklisted, or if only one module fails, it should be disabled, assuming a fix to the syntax is bothersome to come up with.
     16If GCC cannot compile the port, it should be blacklisted, or if only one module fails, it should be disabled (conditionally on compiler), assuming a fix to the syntax is bothersome to come up with.
     17If this is not a MacOS-only port, it is likely disabling a module is possible and preferred.