aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mesa')
-rw-r--r--recipes/mesa/mesa_7.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/mesa/mesa_7.2.bb b/recipes/mesa/mesa_7.2.bb
index 43cde679a1..2ff99caf4f 100644
--- a/recipes/mesa/mesa_7.2.bb
+++ b/recipes/mesa/mesa_7.2.bb
@@ -1,2 +1,7 @@
# This is a dummy package so OE can use the poky mesa files
require mesa-dri_${PV}.bb
+
+# override debug optimization for ARM when compiling in thumb mode
+# gcc 4.4+ ICEs with -O1 -fno-omit-frame-pointer
+
+DEBUG_OPTIMIZATION_thumb = "-O1 -g"