From 8e8f761afb19d4dbd664d743a39ce30fde1ed832 Mon Sep 17 00:00:00 2001 From: "Penn, John M 047828115" Date: Wed, 27 Jan 2021 12:45:08 -0600 Subject: [PATCH] Use -std=c++11 to compile SAIntegrator. #1097 --- trick_source/trick_utils/SAIntegrator/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_source/trick_utils/SAIntegrator/makefile b/trick_source/trick_utils/SAIntegrator/makefile index f995d784..6f647760 100644 --- a/trick_source/trick_utils/SAIntegrator/makefile +++ b/trick_source/trick_utils/SAIntegrator/makefile @@ -3,7 +3,7 @@ RM = rm -rf CC = cc CPP = c++ -CFLAGS = -g -Wall +CFLAGS = -g -Wall -std=c++11 INCLUDE_DIRS = -Iinclude OBJDIR = obj LIBDIR = lib