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:
Peter Barker 2020-09-14 09:01:08 +10:00 committed by Peter Barker
parent f235c620b2
commit 5c22e9e105
1 changed files with 0 additions and 1 deletions

View File

@ -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: