Skip to content

Instantly share code, notes, and snippets.

@leveled
Created January 27, 2022 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/1a2d61dde5cafe047affeb1429b52d1d to your computer and use it in GitHub Desktop.
Save leveled/1a2d61dde5cafe047affeb1429b52d1d to your computer and use it in GitHub Desktop.
Configure cheatsheet
#Some configure options
./configure --host=i686-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" LDFLAGS="-m32" --disable-zos-remote --prefix=$HOME --enable-static --disable-shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment