[Dragan Noveski] > changing the line 4 in makefile to: > > OPTS = -O0 ..... > > gives the same duplicates, although only for the first time i run 'make'. > if i run 'make clean' and than 'make' again, everything looks normally! OK, that's expected. You have to 'make clean' after every change to the compiler flags. Tim