From ccae99fdadcf86aeda15dc230a3ddcd6ff176533 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 14 Feb 2018 11:12:09 -0800 Subject: [PATCH] Another try --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index dea2dc91..8288bd7f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,8 +37,8 @@ HBNOLIBCXXCFLAGS = else # Make sure we don't link to libstdc++ # No threadsafe statics in C++ as we do it ourselves -HBCFLAGS += -fno-threadsafe-statics -HBNOLIBCXXFLAGS = -fno-rtti -fno-exceptions +HBCFLAGS += -fno-threadsafe-statics -fno-exceptions +HBNOLIBCXXFLAGS = -fno-rtti endif if HAVE_OT -- GitLab