Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 5, 2024
1 parent ee67908 commit 5db05b4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Reference-tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,12 @@ <h2 id="compiler-and-linker-selection-variables">Compiler and Linker selection v
<td></td>
<td> Uses the C linker</td>
</tr>
<tr>
<td> archiver</td>
<td></td>
<td> AR</td>
<td></td>
</tr>
</tbody>
</table>
<p>*The old environment variables are still supported, but are deprecated
Expand Down
1 change: 1 addition & 0 deletions assets/js/search/AR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
urls_downloaded_cb({"token":"AR","urls":[{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}}]});
1 change: 1 addition & 0 deletions assets/js/search/ar
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
urls_downloaded_cb({"token":"ar","urls":[{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}}]});
1 change: 1 addition & 0 deletions assets/js/search/archiver
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
urls_downloaded_cb({"token":"archiver","urls":[{"url":"Reference-tables.html#compiler-and-linker-selection-variables","node_type":"table","page":"Reference tables","sections":["Reference tables","Compiler and Linker selection variables"],"context":{"gi-language":["default"]}}]});
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fragment_downloaded_cb({"url":"Reference-tables.html#compiler-and-linker-selection-variables","fragment":"Compiler and Linker selection variables\nN.B. these settings are specified per machine, and so the environment\nvariables actually come in pairs. See the environment variables per\nmachine section for details.\n*The old environment variables are still supported, but are deprecated\nand will be removed in a future version of Meson.\nchanged in 1.3.0 Paths with spaces were split unconditionally to extract\ncomponents such as the path to Ccache,\nintrinsic compiler flags like -m32 or --target, etc. This broke passing\na hardcoded compiler path to CMake subprojects. To work around this, paths\nmust be wrapped with double quotes:\nYou can also set the values through machine files.\nNew in 1.3.0 Paths that point to an existing executable no longer need\nwrapping:\n\n\n\n Language\n Compiler\n Linker\n Note\n\n\n\n\n C\n CC\n CC_LD\n\n\n\n C++\n CXX\n CXX_LD\n\n\n\n D\n DC\n DC_LD\n Before 0.54 D_LD*\n\n\n Fortran\n FC\n FC_LD\n Before 0.54 F_LD*\n\n\n Objective-C\n OBJC\n OBJC_LD\n\n\n\n Objective-C++\n OBJCXX\n OBJCXX_LD\n Before 0.54 OBJCPP_LD*\n\n\n Rust\n RUSTC\n RUSTC_LD\n Before 0.54 RUST_LD*\n\n\n Vala\n VALAC\n\n Use CC_LD. Vala transpiles to C\n\n\n C#\n CSC\n CSC\n The linker is the compiler\n\n\n Cython\n CYTHON\n\n\n\n\n nasm\n NASM\n\n Uses the C linker\n\n\n\n"});
fragment_downloaded_cb({"url":"Reference-tables.html#compiler-and-linker-selection-variables","fragment":"Compiler and Linker selection variables\nN.B. these settings are specified per machine, and so the environment\nvariables actually come in pairs. See the environment variables per\nmachine section for details.\n*The old environment variables are still supported, but are deprecated\nand will be removed in a future version of Meson.\nchanged in 1.3.0 Paths with spaces were split unconditionally to extract\ncomponents such as the path to Ccache,\nintrinsic compiler flags like -m32 or --target, etc. This broke passing\na hardcoded compiler path to CMake subprojects. To work around this, paths\nmust be wrapped with double quotes:\nYou can also set the values through machine files.\nNew in 1.3.0 Paths that point to an existing executable no longer need\nwrapping:\n\n\n\n Language\n Compiler\n Linker\n Note\n\n\n\n\n C\n CC\n CC_LD\n\n\n\n C++\n CXX\n CXX_LD\n\n\n\n D\n DC\n DC_LD\n Before 0.54 D_LD*\n\n\n Fortran\n FC\n FC_LD\n Before 0.54 F_LD*\n\n\n Objective-C\n OBJC\n OBJC_LD\n\n\n\n Objective-C++\n OBJCXX\n OBJCXX_LD\n Before 0.54 OBJCPP_LD*\n\n\n Rust\n RUSTC\n RUSTC_LD\n Before 0.54 RUST_LD*\n\n\n Vala\n VALAC\n\n Use CC_LD. Vala transpiles to C\n\n\n C#\n CSC\n CSC\n The linker is the compiler\n\n\n Cython\n CYTHON\n\n\n\n\n nasm\n NASM\n\n Uses the C linker\n\n\n archiver\n\n AR\n\n\n\n\n"});
2 changes: 1 addition & 1 deletion assets/js/trie_index.js

Large diffs are not rendered by default.

Binary file modified dumped.trie
Binary file not shown.

0 comments on commit 5db05b4

Please sign in to comment.