From 3ffaf811bf1f73127447ca7620250e8a43c46d0d Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 29 May 2007 12:55:46 +0300 Subject: [PATCH] Suppress exceptions for flint (speed up and reduce executable size). Signed-off-by: Michael S. Tsirkin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f402ee..8be8fbe 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ mstflint: mstflint.o $(LD) ${LDFLAGS} ${CFLAGS} ${CXXFLAGS} mstflint.o -o mstflint ${LOADLIBES} mstflint.o: flint.cpp mtcr.h - $(CXX) ${CFLAGS} -c flint.cpp -o mstflint.o + $(CXX) ${CFLAGS} ${CXXFLAGS} -c flint.cpp -o mstflint.o mstmwrite: mwrite.c mtcr.h $(CC) ${CFLAGS} mwrite.c -o mstmwrite -- 2.46.0