From 1daf8ca9a8267680f1c20dbe47003efc62f3c675 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 16 Aug 2004 06:21:52 +0000 Subject: [PATCH] Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/packages 2004/08/16 01:21:46-05:00 handhelds.org!kergoth Dont expand SELECTED_OPTIMIZATION immediately, so the user can manipulate optimizations properly in their configuration files. BKrev: 412052807Dpa17NPDDhq4yzGOo_AXQ --- conf/oe.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/oe.conf b/conf/oe.conf index 7b069c54cf..8a5d6d4142 100644 --- a/conf/oe.conf +++ b/conf/oe.conf @@ -275,7 +275,7 @@ ALLOWED_FLAGS = "-O -mcpu -march -pipe" # Optimization flags FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" DEBUG_OPTIMIZATION = "-O -g" -SELECTED_OPTIMIZATION := "${@oe.data.getVar(['FULL_OPTIMIZATION', 'DEBUG_OPTIMIZATION'][oe.data.getVar('DEBUG_BUILD', d, 1) == '1'], d, 1)}" +SELECTED_OPTIMIZATION = "${@oe.data.getVar(['FULL_OPTIMIZATION', 'DEBUG_OPTIMIZATION'][oe.data.getVar('DEBUG_BUILD', d, 1) == '1'], d, 1)}" BUILD_OPTIMIZATION = "-O2" # flags -- 2.39.5