projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
281f9e8
)
Don't set -pedantic-errors in CMAKE_C_FLAGS, it breaks check_symbol_exists()
author
Antonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 12:58:26 +0000
(14:58 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 13:58:00 +0000
(15:58 +0200)
Set -pedantic-errors in more specific variables like
CMAKE_C_FLAGS_DEBUG, CMAKE_C_FLAGS_RELEASE and
CMAKE_C_FLAGS_RELWITHDEBINFO.
See also http://public.kitware.com/Bug/view.php?id=13208
No differences found