build: run Linux build with optimisation

this is starting to be worthwhile on some boards
This commit is contained in:
Andrew Tridgell 2015-05-02 21:54:43 +10:00
parent 25de563687
commit eb284b4fca
1 changed files with 1 additions and 1 deletions

View File

@ -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