about summary refs log tree commit diff homepage
path: root/stp/simplifier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stp/simplifier/Makefile')
-rw-r--r--stp/simplifier/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/stp/simplifier/Makefile b/stp/simplifier/Makefile
index fb6be7e1..7aeb3ffc 100644
--- a/stp/simplifier/Makefile
+++ b/stp/simplifier/Makefile
@@ -14,3 +14,6 @@ DONT_BUILD_RELINKED=1
 BUILD_ARCHIVE=1
 
 include $(LEVEL)/Makefile.common
+
+# HACK: Force -Wno-deprecated for ext container use.
+CXX.Flags += -Wno-deprecated