comparison Makefile @ 77:ba5f87117b67 vamp-plugin-sdk-v1.1pre1

...
author cannam
date Thu, 07 Jun 2007 14:22:22 +0000
parents 9d3272c7db60
children e33fa45f0935
comparison
equal deleted inserted replaced
76:6683f99107cf 77:ba5f87117b67
25 # 25 #
26 default: all 26 default: all
27 27
28 # Compile flags 28 # Compile flags
29 # 29 #
30 CXXFLAGS := $(CXXFLAGS) -g -Wall -I. 30 CXXFLAGS := $(CXXFLAGS) -O2 -Wall -I.
31 31
32 # Libraries required for the plugins. 32 # Libraries required for the plugins.
33 # (Note that it is desirable to statically link libstdc++ if possible, 33 # (Note that it is desirable to statically link libstdc++ if possible,
34 # because our plugin exposes only a C API so there are no boundary 34 # because our plugin exposes only a C API so there are no boundary
35 # compatibility problems.) 35 # compatibility problems.)