mirror of https://github.com/ArduPilot/ardupilot
Revert "Tools: make non DEBUG SITL use -march=native"
This reverts commit 85b599b2d7
.
This breaks the cygwin binaries that MissionPlanner uses for simulation
This commit is contained in:
parent
f235c620b2
commit
5c22e9e105
|
@ -417,7 +417,6 @@ class sitl(Board):
|
|||
if not cfg.env.DEBUG:
|
||||
env.CXXFLAGS += [
|
||||
'-O3',
|
||||
'-march=native',
|
||||
]
|
||||
|
||||
if 'clang++' in cfg.env.COMPILER_CXX and cfg.options.asan:
|
||||
|
|
Loading…
Reference in New Issue