Changes between Version 13 and Version 14 of CompilerEnvironmentVariables
- Timestamp:
- May 12, 2020, 1:39:28 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilerEnvironmentVariables
v13 v14 24 24 ||= Switch =||= Variable =||= Affect =||= Notes =|| 25 25 || `-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 || || 26 27 || `-L` || LIBRARY_PATH || tries the directories specified when searching for special linker files || || 27 28 || `-mmacosx-version-min` || MACOSX_DEPLOYMENT_TARGET || the default deployment target || ||