ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
296 stars 19 forks source link

Remove debug and release macro to avoid clash with vcv rack debug macro #565

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR removes the DEBUG and RELEASE macros from our build, as DEBUG is clashing with another definition on Windows for VCV Rack.

Anyway, they were used to mimic libDaisy configuration, but are not needed into our code.