Remove redundant definition of `cflags_mapping`

It seems this was erroneously coppied in `54b6afa67`.
pull/4987/head
John Ericson 6 years ago committed by Nirbheek Chauhan
parent 9cf0f31ec0
commit 8c6d6393f2
  1. 11
      mesonbuild/environment.py

@ -101,17 +101,6 @@ known_cpu_families = (
'x86_64'
)
# Environment variables that each lang uses.
cflags_mapping = {'c': 'CFLAGS',
'cpp': 'CXXFLAGS',
'cu': 'CUFLAGS',
'objc': 'OBJCFLAGS',
'objcpp': 'OBJCXXFLAGS',
'fortran': 'FFLAGS',
'd': 'DFLAGS',
'vala': 'VALAFLAGS'}
def detect_gcovr(version='3.1', log=False):
gcovr_exe = 'gcovr'
try:

Loading…
Cancel
Save