Tue, 19 Feb 2013 17:15:30 +0100
added optimizing for debug build
gcc-debug.mk | file | annotate | diff | comparison | revisions | |
ucx/buffer.c | file | annotate | diff | comparison | revisions |
--- a/gcc-debug.mk Fri Feb 08 17:09:12 2013 +0100 +++ b/gcc-debug.mk Tue Feb 19 17:15:30 2013 +0100 @@ -31,7 +31,7 @@ AR = ar RM = rm -CFLAGS = -std=gnu99 -g -fstrict-aliasing -Werror -Wall -pedantic -c +CFLAGS = -std=gnu99 -g -O2 -fstrict-aliasing -Werror -Wall -pedantic -c COFLAGS = -o LDFLAGS = LOFLAGS = -o