From bcd4edae3d38b59174ef2188eb083a609ab94e9e Mon Sep 17 00:00:00 2001
From: "Wesley W. Terpstra" <w.terpstra@gsi.de>
Date: Fri, 10 Feb 2012 10:47:22 +0000
Subject: [PATCH] No more debugging mode needed

---
 api/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/Makefile b/api/Makefile
index 8b8e641..5943627 100644
--- a/api/Makefile
+++ b/api/Makefile
@@ -31,7 +31,7 @@ else
 LIBRARY = etherbone.a
 endif
 
-FLAGS	= -Wall -Wmissing-declarations -O0 -g
+FLAGS	= -Wall -Wmissing-declarations -O2
 #FLAGS	:= $(FLAGS) -DEB_USE_DYNAMIC    # deterministic untill table overflow (default)
 #FLAGS	:= $(FLAGS) -DEB_USE_STATIC=200 # fully deterministic
 #FLAGS	:= $(FLAGS) -DEB_USE_MALLOC     # non-deterministic
-- 
GitLab