From 2a91edde8d725391ad7a784aee165b6eca55afe5 Mon Sep 17 00:00:00 2001
From: Adriana Szekeres <aaasz@cs.washington.edu>
Date: Fri, 30 Mar 2018 11:49:38 -0700
Subject: [PATCH] Compile with all optimizations on by default

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e77d4e6..24c482c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ CXX = g++
 LD = g++
 EXPAND = lib/tmpl/expand
 
-#CFLAGS := -g -Wall -pthread -iquote.obj/gen -Wno-uninitialized -O2 -DNASSERT
-CFLAGS := -g -Wall -pthread -iquote.obj/gen -Wno-uninitialized 
+CFLAGS := -g -Wall -pthread -iquote.obj/gen -Wno-uninitialized -O2 -DNASSERT
+#CFLAGS := -g -Wall -pthread -iquote.obj/gen -Wno-uninitialized 
 CXXFLAGS := -g -std=c++0x
 LDFLAGS := -levent_pthreads
 ## Debian package: check
-- 
GitLab