mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
|
||||
# Linux build is just the same as SITL for now
|
||||
OPTFLAGS = -O0
|
||||
OPTFLAGS = -O3
|
||||
LIBS = -lm -lpthread -lrt
|
||||
include $(MK_DIR)/board_native.mk
|
||||
|
|
Loading…
Reference in New Issue