Revision 69:eebbadf1c959 Makefile

View differences:

Makefile
2 2
ARCHFLAGS	?=
3 3

  
4 4
LDFLAGS 	+= $(ARCHFLAGS) -ldl -pthread
5
CXXFLAGS	+= $(ARCHFLAGS) -g -Wall -Wextra -Ivamp-plugin-sdk -pthread
5
CXXFLAGS	+= $(ARCHFLAGS) -std=c++98 -g -Wall -Wextra -Ivamp-plugin-sdk -pthread
6 6

  
7 7
# We include the Vamp Host SDK sources in the build here, so that we
8 8
# can build the entire thing with debug symbols even though the SDK

Also available in: Unified diff