mirror of https://github.com/ArduPilot/ardupilot
parent
d57ba14020
commit
29fe4241a8
|
@ -481,6 +481,9 @@ class chibios(Board):
|
|||
'-fno-rtti',
|
||||
'-fno-threadsafe-statics',
|
||||
]
|
||||
env.CFLAGS += [
|
||||
'-std=c11'
|
||||
]
|
||||
|
||||
if Utils.unversioned_sys_platform() == 'cygwin':
|
||||
env.CXXFLAGS += ['-DCYGWIN_BUILD']
|
||||
|
|
Loading…
Reference in New Issue