Skip to content

Instantly share code, notes, and snippets.

@caglar10ur
Last active January 3, 2016 12:19
Show Gist options
  • Save caglar10ur/8461601 to your computer and use it in GitHub Desktop.
Save caglar10ur/8461601 to your computer and use it in GitHub Desktop.
configure flags for cgmanager
CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" FFLAGS="-g -O2" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro" ./configure --prefix=/usr --sysconfdir=/etc --bindir=/bin --sbindir=/sbin --libdir=/lib/x86_64-linux-gnu/ --localstatedir=/var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment