Skip to content

Instantly share code, notes, and snippets.

@dekarrin
Created June 8, 2014 15:53
Show Gist options
  • Save dekarrin/ed441d669d7d394bd321 to your computer and use it in GitHub Desktop.
Save dekarrin/ed441d669d7d394bd321 to your computer and use it in GitHub Desktop.
Run ./configure with debug symbols
#!/bin/sh
./configure CPPFLAGS=-DDEBUG CXXFLAGS="-g -O0" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment