Fix MIDI input on Portaudio Backend with 32bit Windows release/optimized builds
authorTim Mayberry <mojofunk@gmail.com>
Mon, 3 Aug 2015 13:26:54 +0000 (23:26 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Mon, 3 Aug 2015 14:15:59 +0000 (00:15 +1000)
commit9cabc1bb9a866336c6709afbcd0063b3d4f49855
tree3dc9418a80d1abdeb4abd8fd9ff765e87379a0a1
parent8132a316060dd1300b177d7782d0616ca9306c85
Fix MIDI input on Portaudio Backend with 32bit Windows release/optimized builds

MIDI input doesn't work with -O3 or -O2 optimization levels, no real idea why
at this point. So just append -O0 to CXXFLAGS to override previous optimization
flags for compiling the PortaudioBackend files
libs/backends/portaudio/wscript