ardupilot/mk/board_linux.mk
Andrew Tridgell eb284b4fca build: run Linux build with optimisation
this is starting to be worthwhile on some boards
2015-05-05 09:45:52 +10:00

9 lines
175 B
Makefile

TOOLCHAIN = NATIVE
include $(MK_DIR)/find_tools.mk
# Linux build is just the same as SITL for now
OPTFLAGS = -O3
LIBS = -lm -lpthread -lrt
include $(MK_DIR)/board_native.mk