Created
February 5, 2017 11:30
-
-
Save rbtnn/9125a7e394d8991aab7ba9e23fe1ff23 to your computer and use it in GitHub Desktop.
ラズパイのVimビルド時間
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) ./configure CFLAGS="-g" && make // -g | |
| 2分25秒 | |
| 2) ./configure CFLAGS="" && make // -O2 | |
| 6分27秒 | |
| 3) ./configure CFLAGS="-g -O2" && make // -g -O2 | |
| 7分18秒 | |
| SDカードとRaspberryPiのスペックは以下のURLを参照 | |
| http://rbtnn.hateblo.jp/entry/2017/02/05/012707 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment