Chromium Code Reviews| Index: native_client_sdk/src/libraries/xray/library.dsc |
| =================================================================== |
| --- native_client_sdk/src/libraries/xray/library.dsc (revision 208986) |
| +++ native_client_sdk/src/libraries/xray/library.dsc (working copy) |
| @@ -14,7 +14,7 @@ |
| 'xray.c' |
| ], |
| 'CCFLAGS': [ |
| - '-DXRAY -O2' |
| + '-DXRAY -DXRAY_ANNOTATE -O2' |
|
bradn
2013/06/27 23:01:24
Why there's a tab here? (Or it that just code revi
nfullagar1
2013/06/27 23:41:55
good catch, removed
|
| ] |
| } |
| ], |