comparison Makefile @ 21:12b952286959

* Debugging 1Hz freeze using vamp-plugin-tester
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Mon, 18 Aug 2014 15:22:44 +0100
parents de7213b35755
children fe23998968b4
comparison
equal deleted inserted replaced
20:de7213b35755 21:12b952286959
38 ## supporting 10.5 or newer. Use this if you have OS/X 10.7 with the 38 ## supporting 10.5 or newer. Use this if you have OS/X 10.7 with the
39 ## Xcode 4 command-line tools. 39 ## Xcode 4 command-line tools.
40 40
41 CXX := g++ 41 CXX := g++
42 #-mmacosx-version-min=10.6 42 #-mmacosx-version-min=10.6
43 CXXFLAGS := -mmacosx-version-min=10.6 -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -Wextra -fPIC 43 CXXFLAGS := -g -mmacosx-version-min=10.6 -arch x86_64 -I$(VAMP_SDK_DIR) -Wall -Wextra -fPIC
44 PLUGIN_EXT := .dylib 44 PLUGIN_EXT := .dylib
45 LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) /usr/local/lib/libvamp-sdk.a -exported_symbols_list vamp-plugin.list 45 LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) /usr/local/lib/libvamp-sdk.a -exported_symbols_list vamp-plugin.list
46 46
47 47
48 ## Uncomment these for an OS/X universal binary (PPC and 32- and 48 ## Uncomment these for an OS/X universal binary (PPC and 32- and