Bug 1565927

Summary: Add debug mode for makefile build
Product: [Retired] Restraint Reporter: Matt Tyson 🤬 <mtyson>
Component: generalAssignee: beaker-dev-list
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: asavkov, bpeck, dcallagh, mtyson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-11 06:13:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1564322    

Description Matt Tyson 🤬 2018-04-11 04:49:21 UTC
When developing and debugging restraint it's useful to build without optimisations.

This bug is to add a switch to the makefiles to disable optimisations when desired.

The default will be to build with optimisations.

EG:  

make DEVEL=1

will build without optimisations.

Comment 1 Matt Tyson 🤬 2018-04-11 06:13:37 UTC
On second thought, I don't need a bug for this since it's not a functionality change in restraint itself.