configure --with-native-debug-symbols=internal mv spec.gmk spec.gmk.old cat spec.gmk | sed -e 's/[-]O[0-9s]/-O0/g' > spec.gmk
Is there (or should there be) a more elegant way to do it, like "configure --with-debug-level=slowproduct" :-)
Thanks - Ioi
configure --with-native-debug-symbols=internal mv spec.gmk spec.gmk.old cat spec.gmk | sed -e 's/[-]O[0-9s]/-O0/g' > spec.gmk
Is there (or should there be) a more elegant way to do it, like "configure --with-debug-level=slowproduct" :-)
Thanks - Ioi