Changes between Version 13 and Version 14 of CompilerEnvironmentVariables


Ignore:
Timestamp:
May 12, 2020, 1:39:28 AM (4 years ago)
Author:
MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilerEnvironmentVariables

    v13 v14  
    2424||= Switch =||= Variable =||= Affect =||= Notes =||
    2525|| `-I` || CPATH || treated as a delimited list of paths to be added to the default system include path list || ||
     26|| `-isystem` || C_INCLUDE_PATH, OBJC_INCLUDE_PATH, CPLUS_INCLUDE_PATH, OBJCPLUS_INCLUDE_PATH || like CPATH except only used when processing the appropriate language || ||
    2627|| `-L` || LIBRARY_PATH || tries the directories specified when searching for special linker files  || ||
    2728|| `-mmacosx-version-min` || MACOSX_DEPLOYMENT_TARGET || the default deployment target  || ||