Skip to content

Instantly share code, notes, and snippets.

@userid
Created August 13, 2017 18:09
Show Gist options
  • Select an option

  • Save userid/9e9b949bb2598e8753f6609e06fa7b99 to your computer and use it in GitHub Desktop.

Select an option

Save userid/9e9b949bb2598e8753f6609e06fa7b99 to your computer and use it in GitHub Desktop.
git clone https://github.com/neovim/neovim
cd neovim
mkdir build && cd build
CC=clang CFLAGS="-O2" cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
CC=clang make -j4 CMAKE_EXTRA_FLAGS=-DCMAKE_INSTALL_PREFIX=/usr CMAKE_BUILD_TYPE=Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment