Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Created February 5, 2017 11:30
Show Gist options
  • Select an option

  • Save rbtnn/9125a7e394d8991aab7ba9e23fe1ff23 to your computer and use it in GitHub Desktop.

Select an option

Save rbtnn/9125a7e394d8991aab7ba9e23fe1ff23 to your computer and use it in GitHub Desktop.
ラズパイのVimビルド時間
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