From 7f8caa1f69fa31419de0cc3827aee64c4ed02685 Mon Sep 17 00:00:00 2001 From: Chord Date: Mon, 25 Jul 2016 22:17:27 -0400 Subject: [PATCH] Force STD C++ 03 --- pscrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pscrypto/Makefile b/pscrypto/Makefile index b72ce0c..44eefa4 100644 --- a/pscrypto/Makefile +++ b/pscrypto/Makefile @@ -23,9 +23,9 @@ else endif ifdef DEBUG -CXXFLAGS += -g +CXXFLAGS += -g -std=c++03 else -CXXFLAGS += -O2 -DNDEBUG +CXXFLAGS += -O2 -DNDEBUG -std=c++03 endif LIB_FLAGS=$(LDFLAGS) -Wl,-soname=$(LIB)