icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 250 forks source link

add --enable-debug to configure, for developer builds #487

Closed llunak closed 5 years ago

llunak commented 5 years ago

Currently normal production builds can abort on asserts, see e.g. #452. So now by default a production build is done, without asserts, for developer builds use --enable-debug, which will enable asserts and disable compiler optimizations. The ICECC_DEBUG= mechanism is unaffected.

HenryMiller1 commented 5 years ago

This pull request fixes 1 alert when merging 6be38264d7161aca6879837265edc7b416112b70 into 27aca26a400abdffa2a8bc7718ad534233686b5e - view on LGTM.com

fixed alerts:


This project has automated code review enabled, but doesn't use the LGTM GitHub App. Migrate over by installing the app. Read about the benefits of migrating to GitHub Apps in the blog.


Comment posted by LGTM.com