win.pcf
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. # Enable FPO (Frame Pointer Omission) optimization for 5-15% improved
  2. # performance.
  3. paramList = string.split(platform.cc.args['release'])
  4. # see if it is in the list
  5. if '/Oy-' in paramList:
  6.         # remove it from the list
  7.         paramList.remove('/Oy-')
  8.         # make the list into a string
  9.         platform.cc.args['release'] = string.join(paramList)