use -a8 instead of -a4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b328fad371
commit
c9c2720de8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user