HomeSort by relevance Sort by last modified time
    Searched refs:gstabs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 135 -gstabs option.
138 when compiling large files with the -gstabs option. -gstabs is
142 This function compiles the given c_file without -gstabs, removes
147 # Modify CCFLAGS to not have -gstabs option:
150 flags = flags.replace("-gstabs", "")
228 env.AppendUnique(CCFLAGS = ['-gstabs'])
  /external/mesa3d/scons/
crossmingw.py 135 -gstabs option.
138 when compiling large files with the -gstabs option. -gstabs is
142 This function compiles the given c_file without -gstabs, removes
147 # Modify CCFLAGS to not have -gstabs option:
150 flags = flags.replace("-gstabs", "")
228 env.AppendUnique(CCFLAGS = ['-gstabs'])

Completed in 105 milliseconds