summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-02-28 21:19:37 +1100
committer Vas Crabb <vas@vastheman.com>2018-02-28 21:19:37 +1100
commit910d2267cad32587d3f8fa19ff603e15d2f336cb (patch)
tree8043cd8c70f7611949ba24bd1bbf564bff951bd5 /makefile
parent0a365065c39b81628bcb9c938fbbc95920a260ab (diff)
Start squeezing out the poor-performing parts of the output_manager:
* Turn deprecated declataion warnings on by default and make them non-fatal * Make output_finder iterable in algorithms and range-based for loops * Replace a lot of set_something with output_finder
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 657f4d9a404..8e46e9133f2 100644
--- a/makefile
+++ b/makefile
@@ -83,7 +83,7 @@
# OVERRIDE_CXX = c++
# OVERRIDE_LD = ld
-# DEPRECATED = 1
+# DEPRECATED = 0
# LTO = 1
# SSE2 = 1
# OPENMP = 1