• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TextMate is a graphical text editor for OS X 10.7+


Commit MetaInfo

Revisioncf1b727fdc5edb5cc107fed86076bc0bf2b3ca80 (tree)
Time2012-08-23 02:37:56
AuthorAllan Odgaard <git@abet...>
CommiterAllan Odgaard

Log Message

Enable debug build options

Change Summary

Incremental Difference

--- a/target
+++ b/target
@@ -9,8 +9,8 @@ FLAGS += -Wno-address-of-temporary
99 FLAGS += -IShared/include
1010
1111 # FLAGS += -D_GLIBCXX_DEBUG
12-FLAGS += -DNDEBUG -Os
13-# LINK = OakDebug
12+# FLAGS += -DNDEBUG -Os
13+LINK = OakDebug
1414
1515 CXX_FLAGS += -std=gnu++11
1616 OBJC_FLAGS += -std=c99