Tools: ardupilotwaf: remove redundant --no-trigraph

This commit is contained in:
Peter Barker 2018-03-05 16:51:39 +11:00 committed by Francisco Ferreira
parent af8476ae08
commit b26d140316
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ class Board:
env.CFLAGS += [
'-g',
'-O0',
'-Wno-trigraphs',
]
env.CXXFLAGS += [