ConnectivityFoundry / AwaLWM2M

Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
BSD 3-Clause "New" or "Revised" License
102 stars 66 forks source link

Add release build to CMake #332

Closed datachi7d closed 7 years ago

datachi7d commented 7 years ago

Improve the build so that smaller binaries can be built (#330):

make DEBUG=0 will enable the release build in CMake, default build is debug with existing debug options.

boyvinall commented 7 years ago

LGTM, thanks @datachi7d