From: Václav Slavík Date: Sat, 23 Aug 2003 12:20:53 +0000 (+0000) Subject: use -a8 instead of -a4 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c9c2720de845f5e8d14f9b33362a1e95fed178ff?ds=inline use -a8 instead of -a4 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 6facc13754..3613245dcb 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -33,7 +33,7 @@ CFLAGS = # Standard preprocessor flags (common for CC and CXX) !ifndef CPPFLAGS -CPPFLAGS = -a4 -g0 -I$(BCCDIR)\include +CPPFLAGS = -a8 -g0 -I$(BCCDIR)\include !endif # C++ compiler