diff options
author | Kirill A. Shutemov <kirill@shutemov.name> | 2011-08-25 14:31:19 +0300 |
---|---|---|
committer | Kirill A. Shutemov <kirill@shutemov.name> | 2011-08-25 14:31:19 +0300 |
commit | 0d5aa7d7b8b8df80a86b93e1b6e1b94e31a285d4 (patch) | |
tree | fbbcf04953a96e91519508951ae4e2dee909f964 /include/git2/commit.h | |
parent | a7e34e3c854aaed77ede8558ff253716bc4c80a2 (diff) | |
download | libgit2-0d5aa7d7b8b8df80a86b93e1b6e1b94e31a285d4.tar.gz |
CMakeLists: no need in split debug/release build
With GNU toolchain there's no need to split debug/release build.
It's useful to have -O2 in debug envitonment since GCC show more
warnings in this case. -O2 -g works fine.
For release purpose, debug information can be stripted on later stage.
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Diffstat (limited to 'include/git2/commit.h')
0 files changed, 0 insertions, 0 deletions