diff options
| author | Marius Kintel <marius@kintel.net> | 2011-11-08 02:37:43 (GMT) |
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-11-08 02:37:43 (GMT) |
| commit | ee7603badba87e3680a4da05f2625a03b40081ec (patch) | |
| tree | 1346040e00033774274698a00cde2208b1add91f | |
| parent | 73d0b74cdf467d0c8dea68b662d4af26d20128f5 (diff) | |
Compile DEBUG builds with -DDEBUG
| -rw-r--r-- | openscad.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index ebe5d46..2e77d9d 100644 --- a/openscad.pro +++ b/openscad.pro @@ -20,6 +20,7 @@ include(version.pri) win32 { # QMAKE_LFLAGS += -VERBOSE } +debug: DEFINES += DEBUG # cross compilation unix->win32 |
