Merge branch 'cmake-2' into cmake-2-pthread

This commit is contained in:
Lorenz Meier
2015-09-20 13:19:34 +02:00
4 changed files with 5 additions and 3 deletions

View File

@@ -33,6 +33,8 @@
px4_add_module(
MODULE modules__attitude_estimator_q
MAIN attitude_estimator_q
COMPILE_FLAGS
-Wframe-larger-than=1400
STACK 1200
SRCS
attitude_estimator_q_main.cpp

View File

@@ -36,7 +36,7 @@ px4_add_module(
COMPILE_FLAGS
-Weffc++
-Wframe-larger-than=3400
-O3
SRCS
ekf_att_pos_estimator_main.cpp
ekf_att_pos_estimator_params.c

View File

@@ -36,7 +36,7 @@ px4_add_module(
PRIORITY "SCHED_PRIORITY_MAX-30"
STACK 1200
COMPILE_FLAGS
-Wframe-larger-than=1400
-Wframe-larger-than=1500
-Os
SRCS
sdlog2.c

View File

@@ -37,7 +37,7 @@ px4_add_module(
STACK 1200
COMPILE_FLAGS
-Wno-type-limits
-Os
-O3
SRCS
sensors.cpp
sensor_params.c