summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'polly/Makefile.config.in')
-rwxr-xr-xpolly/Makefile.config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/Makefile.config.in b/polly/Makefile.config.in
index d4f24d1c4888..197a3aa113cd 100755
--- a/polly/Makefile.config.in
+++ b/polly/Makefile.config.in
@@ -26,6 +26,8 @@ ifeq (@GXX@,yes)
POLLY_CXXFLAGS := "-fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings"
endif
+POLLY_CXXFLAGS += "-fno-rtti -fno-exceptions"
+
# Do us work with scoplib?
OPENSCOP_FOUND := @openscop_found@
SCOPLIB_FOUND := @scoplib_found@