From: Jack Lange Date: Fri, 26 Aug 2011 01:38:14 +0000 (-0400) Subject: remove optimizations from build process X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=59be2ab5617c01a10c9bc1aa7018c0ba43b38b1d remove optimizations from build process --- diff --git a/Makefile b/Makefile index 1b14317..69493df 100644 --- a/Makefile +++ b/Makefile @@ -500,8 +500,6 @@ endif ifdef V3_CONFIG_DEBUG_INFO CFLAGS += -g -else -CFLAGS += -O endif