Browse Source

Force Release build type for portmidi.

tags/v0.3.2
Pierre Hauweele 7 years ago
parent
commit
0880a29148
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dep/Makefile

+ 1
- 1
dep/Makefile View File

@@ -89,7 +89,7 @@ $(libzip):

$(portmidi):
git clone https://github.com/AndrewBelt/portmidi.git $@
cd $@ && $(CMAKE) . -DCMAKE_INSTALL_PREFIX="$(LOCAL)"
cd $@ && $(CMAKE) . -DCMAKE_INSTALL_PREFIX="$(LOCAL)" -DCMAKE_BUILD_TYPE=Release
$(MAKE) -C $@
$(MAKE) -C $@ install



Loading…
Cancel
Save