X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2265a2d51e3338353aeaa56f8d7521d7993342f7..dbe931ab5e8129e8de3d12ccdb2a207ed235cad6:/build/msw/config.gcc diff --git a/build/msw/config.gcc b/build/msw/config.gcc index 72baa3e197..99e3bb6922 100644 --- a/build/msw/config.gcc +++ b/build/msw/config.gcc @@ -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