mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
898 stars 198 forks source link

Add CLI arguments to build.sh, specify build type #244

Closed maurermi closed 5 months ago

maurermi commented 9 months ago

Adds CLI arguments to build.sh, and prints to stdout the type of build being performed. Default build is still Debug. Additonally supports a BUILD_DEBUG environment variable, and respects previously set values of CMAKE_BUILD_TYPE.

Low urgency - I found this useful and hopefully others will.

maurermi commented 5 months ago

@HalosGhost @rockett-m Made some updates to address review comments, would love another look over if possible!