Skip to content

Instantly share code, notes, and snippets.

@abelardojarab
Created November 7, 2017 19:57
Show Gist options
  • Save abelardojarab/58c2d5f500ca18007cbf5781fe5fc06a to your computer and use it in GitHub Desktop.
Save abelardojarab/58c2d5f500ca18007cbf5781fe5fc06a to your computer and use it in GitHub Desktop.
Configure Emacs for compilation
#!/bin/bash
./configure --with-x-toolkit=gtk3 --with-gif=no --enable-link-time-optimization --without-xim --without-sync-input --without-dbus CPPFLAGS="-fgnu89-inline" CFLAGS="-flto -O2 -march=native" LDFLAGS="-flto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment