Disabling "final" compilation

To prevent --enable-final from working in a specific directory, for instance to work on that directory when --enable-final was used for the whole module, you can either use

make no-final ; make no-final-install
or edit the Makefile.am and add
KDE_OPTIONS = nofinal