 Chromium Code Reviews
 Chromium Code Reviews Issue 10836323:
  Change Android build configurations (step 2).  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10836323:
  Change Android build configurations (step 2).  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index c85107eb74eb9913dbe8b131a10b327d155efc70..096b0c691016ea8a45d988212dd502d181149aa7 100644 | 
| --- a/build/common.gypi | 
| +++ b/build/common.gypi | 
| @@ -2037,7 +2037,6 @@ | 
| 'debug_optimize%': 's', | 
| }, | 
| 'cflags': [ | 
| - '-fno-ident', | 
| 
Satish
2012/08/20 11:24:31
how is this change related to the rest of this CL?
 
Xianzhu
2012/08/20 17:54:58
The flag breaks clang build. I tried to use a cond
 | 
| '-fomit-frame-pointer', | 
| '-fdata-sections', | 
| '-ffunction-sections', |