From dde413e885a11e615921ed7616db6dcfb2aa8041 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Jun 2015 11:02:49 -0700 Subject: 1659 - still a little sluggish Time to turn on optimizations, since we aren't recompiling mu all the time anymore. But it doesn't help much with the editor. We need to be smarter about not rendering the whole screen. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 50f88f7c..f4096838 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ mu: makefile enumerate/enumerate tangle/tangle mu.cc termbox/libtermbox.a - c++ -g -Wall -Wextra -fno-strict-aliasing mu.cc termbox/libtermbox.a -o mu + c++ -g -O3 -Wall -Wextra -fno-strict-aliasing mu.cc termbox/libtermbox.a -o mu # To see what the program looks like after all layers have been applied, read # mu.cc -- cgit 1.4.1-2-gfad0