Another try

This commit is contained in:
Behdad Esfahbod 2018-02-14 11:12:09 -08:00
parent f53627e191
commit ccae99fdad
1 changed files with 2 additions and 2 deletions

View File

@ -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