78
78
79
79
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
80
80
< div class ="sidebar-scrollbox ">
81
- < ol class ="chapter "> < li > < a href ="../introduction.html "> < strong aria-hidden ="true "> 1.</ strong > はじめに (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.</ strong > AtCoderの環境について (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.1.</ strong > ソフトウェアのバージョンなど (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.2.</ strong > 単一のソースファイル (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.3.</ strong > 利用可能なクレート (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.</ strong > 開発環境の準備 (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.1.</ strong > Rustツールチェインのインストール (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.2.</ strong > ソースコードエディタとデバッガの準備 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.3.</ strong > cargo-generateテンプレート (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.3.1.</ strong > cargo-generateのインストール (TODO)</ a > </ li > </ ol > </ li > </ ol > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.</ strong > コンテストの参加方法 (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.1.</ strong > Cargoパッケージの作成 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.2.</ strong > 利用するクレートの選択 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.3.</ strong > テストケースの作成 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.4.</ strong > プログラムの作成 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.5.</ strong > プログラムのテスト (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.6.</ strong > プログラムの提出 (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 5.</ strong > Tips(小技集) (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 5.1.</ strong > クレートの利用例 (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../atcoder-env/index.html "> < strong aria-hidden ="true "> 6.</ strong > AtCoder運営者向けの情報 (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../atcoder-env/supported-environment.html "> < strong aria-hidden ="true "> 6.1.</ strong > 本書が想定する環境と利用形態 (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../atcoder-env/differences-from-common-installation.html "> < strong aria-hidden ="true "> 6.1.1.</ strong > 一般的なRust開発環境との違い (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../atcoder-env/installation.html "> < strong aria-hidden ="true "> 6.2.</ strong > インストール (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../atcoder-env/installing-rust-toolchain.html "> < strong aria-hidden ="true "> 6.2.1.</ strong > Rustツールチェインのインストール</ a > </ li > < li > < a href ="../atcoder-env/installing-rust-crates.html "> < strong aria-hidden ="true "> 6.2.2.</ strong > クレート(外部ライブラリ)のビルドとインストール (TODO)</ a > </ li > < li > < a href ="../atcoder-env/installing-rustc-dep-option-generator.html "> < strong aria-hidden ="true "> 6.2.3.</ strong > クレート検索パス生成プログラムのビルドとインストール(TODO)</ a > </ li > < li > < a href ="../atcoder-env/post-installation.html "> < strong aria-hidden ="true "> 6.2.4.</ strong > 動作確認 (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../atcoder-env/compiling-and-running-program.html " class ="active "> < strong aria-hidden ="true "> 6.3.</ strong > コンパイルコマンドと実行コマンド (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../atcoder-env/about-compile-options.html "> < strong aria-hidden ="true "> 6.3.1.</ strong > コンパイルオプションについて (TODO)</ a > </ li > </ ol > </ li > </ ol > </ li > < li > < a href ="../contributors.html "> < strong aria-hidden ="true "> 7.</ strong > コントリビュータ (TODO)</ a > </ li > </ ol >
81
+ < ol class ="chapter "> < li > < a href ="../introduction.html "> < strong aria-hidden ="true "> 1.</ strong > はじめに (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.</ strong > AtCoderの環境について (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.1.</ strong > ソフトウェアのバージョンなど (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.2.</ strong > 単一のソースファイル (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 2.3.</ strong > 利用可能なクレート (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.</ strong > 開発環境の準備 (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.1.</ strong > Rustツールチェインのインストール (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.2.</ strong > ソースコードエディタとデバッガの準備 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.3.</ strong > cargo-generateテンプレート (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 3.3.1.</ strong > cargo-generateのインストール (TODO)</ a > </ li > </ ol > </ li > </ ol > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.</ strong > コンテストの参加方法 (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.1.</ strong > Cargoパッケージの作成 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.2.</ strong > 利用するクレートの選択 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.3.</ strong > テストケースの作成 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.4.</ strong > プログラムの作成 (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.5.</ strong > プログラムのテスト (TODO)</ a > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 4.6.</ strong > プログラムの提出 (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 5.</ strong > Tips(小技集) (TODO)</ a > </ li > < li > < ol class ="section "> < li > < a href ="../todo.html "> < strong aria-hidden ="true "> 5.1.</ strong > クレートの利用例 (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../atcoder-env/index.html "> < strong aria-hidden ="true "> 6.</ strong > AtCoder運営者向けの情報</ a > </ li > < li > < ol class ="section "> < li > < a href ="../atcoder-env/supported-environment.html "> < strong aria-hidden ="true "> 6.1.</ strong > 本章で想定している環境と利用形態 (TODO)</ a > </ li > < li > < a href ="../atcoder-env/installation.html "> < strong aria-hidden ="true "> 6.2.</ strong > インストール</ a > </ li > < li > < ol class ="section "> < li > < a href ="../atcoder-env/installing-rust-toolchain.html "> < strong aria-hidden ="true "> 6.2.1.</ strong > Rustツールチェインのインストール</ a > </ li > < li > < a href ="../atcoder-env/installing-rust-crates.html "> < strong aria-hidden ="true "> 6.2.2.</ strong > クレートのコンパイルとインストール</ a > </ li > < li > < a href ="../atcoder-env/installing-rustc-dep-option-generator.html "> < strong aria-hidden ="true "> 6.2.3.</ strong > クレート検索パス生成ツールのインストール</ a > </ li > </ ol > </ li > < li > < a href ="../atcoder-env/compiling-and-running-program.html " class ="active "> < strong aria-hidden ="true "> 6.3.</ strong > コンパイルコマンドと実行コマンド (TODO)</ a > </ li > </ ol > </ li > < li > < a href ="../contributors.html "> < strong aria-hidden ="true "> 7.</ strong > コントリビュータ (TODO)</ a > </ li > </ ol >
82
82
</ div >
83
83
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
84
84
</ nav >
@@ -148,19 +148,21 @@ <h1 class="menu-title">AtCoderコンテストにRustで参加するためのガ
148
148
<!-- -*- coding:utf-8-unix -*- -->
149
149
< h1 > < a class ="header " href ="#コンパイルコマンドと実行コマンド " id ="コンパイルコマンドと実行コマンド "> コンパイルコマンドと実行コマンド</ a > </ h1 >
150
150
< p > < strong > TODO</ strong > このページは書きかけです。</ p >
151
+ < h2 > < a class ="header " href ="#コンパイルオプションについて " id ="コンパイルオプションについて "> コンパイルオプションについて</ a > </ h2 >
152
+ < p > < strong > TODO</ strong > </ p >
151
153
152
154
</ main >
153
155
154
156
< nav class ="nav-wrapper " aria-label ="Page navigation ">
155
157
<!-- Mobile navigation buttons -->
156
158
157
- < a rel ="prev " href ="../atcoder-env/post-installation .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
159
+ < a rel ="prev " href ="../atcoder-env/installing-rustc-dep-option-generator .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
158
160
< i class ="fa fa-angle-left "> </ i >
159
161
</ a >
160
162
161
163
162
164
163
- < a rel ="next " href ="../atcoder-env/about-compile-options .html " class ="mobile-nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
165
+ < a rel ="next " href ="../contributors .html " class ="mobile-nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
164
166
< i class ="fa fa-angle-right "> </ i >
165
167
</ a >
166
168
@@ -172,13 +174,13 @@ <h1><a class="header" href="#コンパイルコマンドと実行コマンド" i
172
174
173
175
< nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
174
176
175
- < a href ="../atcoder-env/post-installation .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
177
+ < a href ="../atcoder-env/installing-rustc-dep-option-generator .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
176
178
< i class ="fa fa-angle-left "> </ i >
177
179
</ a >
178
180
179
181
180
182
181
- < a href ="../atcoder-env/about-compile-options .html " class ="nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
183
+ < a href ="../contributors .html " class ="nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
182
184
< i class ="fa fa-angle-right "> </ i >
183
185
</ a >
184
186
0 commit comments