]> git.proxmox.com Git - libgit2.git/commit
wscript: Use -O0 on debug
authorCarlos Martín Nieto <cmn@elego.de>
Thu, 31 Mar 2011 13:02:23 +0000 (15:02 +0200)
committerCarlos Martín Nieto <cmn@elego.de>
Thu, 31 Mar 2011 13:02:24 +0000 (15:02 +0200)
commitba84cad38079b93e167175230f653a7b1133c11f
tree6d02a3cec60dc4354055b29231d82f54196aed2a
parenta796d24cf697b0b51aa0ca7ef887e980f0d9fb7a
wscript: Use -O0 on debug

If we want debugging symbols, we most likely want them to point to the
right place. With -O2, gdb or valgrind may give wrong information.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
wscript