Skip to content

Instantly share code, notes, and snippets.

@xuhdev
Last active December 21, 2024 19:19
Show Gist options
  • Save xuhdev/8ab8d6367da94aed9eacb0c0ef2b3fff to your computer and use it in GitHub Desktop.
Save xuhdev/8ab8d6367da94aed9eacb0c0ef2b3fff to your computer and use it in GitHub Desktop.
My mu4e build script
CFLAGS=-march=native CXXFLAGS=-march=native meson setup --prefix=$HOME/.local/opt/mu -Dguile=disabled build
meson compile -C build
meson install -C build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment