mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
build: run Linux build with optimisation
this is starting to be worthwhile on some boards
This commit is contained in:
parent
25de563687
commit
eb284b4fca
@ -3,6 +3,6 @@ TOOLCHAIN = NATIVE
|
|||||||
include $(MK_DIR)/find_tools.mk
|
include $(MK_DIR)/find_tools.mk
|
||||||
|
|
||||||
# Linux build is just the same as SITL for now
|
# Linux build is just the same as SITL for now
|
||||||
OPTFLAGS = -O0
|
OPTFLAGS = -O3
|
||||||
LIBS = -lm -lpthread -lrt
|
LIBS = -lm -lpthread -lrt
|
||||||
include $(MK_DIR)/board_native.mk
|
include $(MK_DIR)/board_native.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user