static debug build is the default now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-25 23:18:45 +00:00
parent 96d5885406
commit 252b53f55c
4 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
# -------------------------------------------------------------------------
# Type of compiled binaries [debug,release]
BUILD = release
BUILD = debug
# C compiler
CC = gcc
@@ -59,7 +59,7 @@ MSLU = 0
OFFICIAL_BUILD = 0
# What type of library to build? [0,1]
SHARED = 1
SHARED = 0
# Compile Unicode build of wxWindows? [0,1]
UNICODE = 0