bot: all podbot waypoints should be now located in data/pwf directory.

build: remove '-funroll-all-loop'.
This commit is contained in:
ds 2020-10-05 18:59:40 +03:00
commit f15a115b0a
4 changed files with 5 additions and 7 deletions

View file

@ -149,7 +149,6 @@ if isLinux or isDarwin
if isIntel
flagsCompiler += [
'-funroll-all-loops',
'-ipo',
'-wd11076',
'-wd11074'
@ -174,7 +173,6 @@ if isLinux or isDarwin
'--no-undefined'
]
elif isGCC and not isDarwin
flagsCompiler += '-funroll-all-loops'
flagsLinker += '-Wl,--no-undefined'
endif
endif