Add -std=c++11 to VariableServer Makefile

Refs #367
This commit is contained in:
Derek Bankieris 2016-12-14 10:06:01 -06:00
parent 634d561567
commit 76f6a003b3

View File

@ -2,3 +2,4 @@ TRICK_HOME := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../../..)
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
-include Makefile_deps
TRICK_CXXFLAGS += -std=c++11