I compiling NetBSD-current and I want optimize new code for my processor it is pentium4 how can I set it ,also there can be -O2 optimization:). I look to /etc/mk.conf and setup COPTS=-O2 -mcpu=pentium4 -pipe. But compilation of sources goes with -O opt and without my processor. what I have to do :)