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