Am Dienstag, 17. Oktober 2006 21:05 schrieb Simon 'corecode' Schubert: > Thomas Schlesinger wrote: > > options CPU_ENABLE_EST > > CONF_FLAGS=-march-pentium-m -O2 -fomit-frame-pointer -pipe > > > > Is there something problematic with them? > > don't use -O2 nor -fomit-frame-pointer > > i usually place > > CFLAGS=-O -g -pipe > > in /etc/make/conf >
Simon, I wasn't aware of /etc/make.conf. Thanks for your advice. Thomas
