Changes between Version 2 and Version 3 of CompilerSelection


Ignore:
Timestamp:
Oct 13, 2019, 1:37:30 AM (5 years ago)
Author:
kencu (Ken)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilerSelection

    v2 v3  
     1== Quick Start ==
     2The following most-commonly used Portfile commands will choose a set appropriate compilers with the required capability for a given OS version:
     3||= Command =||= Description =||= Possible Values =||= Default =||
     4|| {{{compiler.c_standard}}} || C Standard Required || 1989, 1999, 2011 || 1989 ||
     5|| {{{compiler.cxx_standard}}} || C++ Standard Required || 1998, 2011, 2014, 2017 || 1998 ||
     6|| {{{compiler.thread_local_storage}}}  || Is thread local storage required? || yes or no || no ||
     7
     8For further details and more related options, please read on.
     9
    110== Overview ==
    211