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:
@@ -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
|
||||
|
Reference in New Issue
Block a user