mirror of https://github.com/ArduPilot/ardupilot
Tools: ardupilotwaf: remove redundant --no-trigraph
This commit is contained in:
parent
af8476ae08
commit
b26d140316
|
@ -103,7 +103,6 @@ class Board:
|
|||
env.CFLAGS += [
|
||||
'-g',
|
||||
'-O0',
|
||||
'-Wno-trigraphs',
|
||||
]
|
||||
|
||||
env.CXXFLAGS += [
|
||||
|
|
Loading…
Reference in New Issue