From 9833a21ac43a672acc18d6d0e53bd7a5f2300104 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 18 Sep 2003 22:46:53 +0000 Subject: [PATCH] configurable use of exceptions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 6 ++++++ build/bakefiles/config.bkl | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 9f55b3213a..bd4ac24a21 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -198,6 +198,10 @@ off speed + + on + off + __WXDEBUG__ @@ -222,6 +226,8 @@ $(OPTIMIZEFLAG) multi $(RUNTIME_LIBS) + $(EXCEPTIONSFLAG) + $(EXCEPTIONSFLAG) $(EXTRACFLAGS) diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 94c9d82556..f6fe38d2de 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -129,6 +129,14 @@ Acts according to DEBUG_INFO by default. + +