]> git.proxmox.com Git - libgit2.git/commit
Remove "-O2 -g" from default CMAKE_C_FLAGS.
authorPaul Thompson <p.r.thompson@ieee.org>
Sat, 27 Oct 2012 22:42:54 +0000 (09:42 +1100)
committerPaul Thompson <p.r.thompson@ieee.org>
Sat, 27 Oct 2012 22:42:54 +0000 (09:42 +1100)
commit54c56d3efd572f647ced5ac9a999b55c5983ced6
tree6264d0df32261732140a1f8228a782cc14e8fe8d
parent2df7c94490c4bf3693f8ad2fa3d7231a1fa4f789
Remove "-O2 -g" from default CMAKE_C_FLAGS.
- Those are the RelWithDebInfo flags.
- They should be controlled from CMAKE_BUILD_TYPE
CMakeLists.txt