TextMate is a graphical text editor for OS X 10.7+
Revision | cf1b727fdc5edb5cc107fed86076bc0bf2b3ca80 (tree) |
---|---|
Time | 2012-08-23 02:37:56 |
Author | Allan Odgaard <git@abet...> |
Commiter | Allan Odgaard |
Enable debug build options
@@ -9,8 +9,8 @@ FLAGS += -Wno-address-of-temporary | ||
9 | 9 | FLAGS += -IShared/include |
10 | 10 | |
11 | 11 | # FLAGS += -D_GLIBCXX_DEBUG |
12 | -FLAGS += -DNDEBUG -Os | |
13 | -# LINK = OakDebug | |
12 | +# FLAGS += -DNDEBUG -Os | |
13 | +LINK = OakDebug | |
14 | 14 | |
15 | 15 | CXX_FLAGS += -std=gnu++11 |
16 | 16 | OBJC_FLAGS += -std=c99 |