Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. --- SConstruct
  3. +++ SConstruct
  4. @@ -92,7 +92,7 @@
  5. if env['CCVERSION'] < '4.2.0':
  6. env['CCFLAGS'] += ['-Wno-pragmas']
  7. if env['CCVERSION'] >= '4.3.0':
  8. - env['CCFLAGS'] += ['-Wno-array-bounds', '-Wno-unused-result']
  9. + env['CCFLAGS'] += ['-Wno-array-bounds']
  10.  
  11. env['CPPDEFINES'] = []
  12. if env['flavor'] == 'debug':
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement