bot: all podbot waypoints should be now located in data/pwf directory.
build: remove '-funroll-all-loop'.
This commit is contained in:
parent
6ec507a075
commit
f15a115b0a
4 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue