spectral-compute / scale-examples

The Unlicense
46 stars 1 forks source link

why CMAKE_BUILD_TYPE=RelWithDebInfo , not release ver ? #1

Open clemente0731 opened 1 month ago

clemente0731 commented 1 month ago

why CMAKE_BUILD_TYPE=RelWithDebInfo , not release ver ?

ChrisKitching commented 1 month ago

The only difference is the addition of debugging symbols. The examples work fine either way, but since people often like to fiddle about with examples, the debug symbols might prove handy!