View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001955 | Spring engine | General | public | 2010-06-20 01:14 | 2010-07-14 14:30 | ||||
Reporter | abma | ||||||||
Assigned To | jK | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | no change required | ||||||
Product Version | 0.81.2+git | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001955: build system doesn't add -Wall as default gcc compile flags | ||||||||
Description | to avoid errors, -Wall should be added to all builds g++ is to cute in many cases... the default CMAKE_BUILD_TYPE is RELWITHDEBINFO an has this IMHO very import option disabled. this could safe many time to avoid errors... :-( | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
hoijui (reporter) 2010-06-23 22:29 |
the DEBUG* types do have it, and all devs should use DEBUG2. we only recently changed the default type to RELWITHDEBINFO for users which only want to play release version of spring, that do not have a recent package available for their system. anyone else (except package makers) should use DEBUG2. best would be, if we could auto determine if the user is a dev or not, and choose default build type accordingly... ;-) |