[CRIU] [PATCH 10/10] make: Switch to -O2 optimization by default
Cyrill Gorcunov
gorcunov at openvz.org
Sat Apr 14 16:43:59 EDT 2012
Since syscalls are reworked now, time to switch
to -O2 optimization level.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 03532e1..f4306b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-include Makefile.inc
CFLAGS += -I./include
-CFLAGS += -O0 -ggdb3
+CFLAGS += -O2
LIBS += -lrt -lpthread
--
1.7.7.6
More information about the CRIU
mailing list