diff options
| author | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
| commit | 8737f191f3b59f001a77bf6c08091109211c1c9f (patch) | |
| tree | dbbf05c004d9b026f2c1f23f06600fe0add82c36 /mp/src/devtools/debug.xcconfig | |
| parent | Update .gitignore. (diff) | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.tar.xz source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mp/src/devtools/debug.xcconfig')
| -rw-r--r-- | mp/src/devtools/debug.xcconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mp/src/devtools/debug.xcconfig b/mp/src/devtools/debug.xcconfig index 668a3cf1..4f63198a 100644 --- a/mp/src/devtools/debug.xcconfig +++ b/mp/src/devtools/debug.xcconfig @@ -1,4 +1,4 @@ -#include "base.xcconfig"
-GCC_OPTIMIZATION_LEVEL = 0
-OTHER_CFLAGS = $(derived) $(BASE_CFLAGS)
-
+#include "base.xcconfig" +GCC_OPTIMIZATION_LEVEL = 0 +OTHER_CFLAGS = $(derived) $(BASE_CFLAGS) + |