------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=135974 Summary: FFLAGS ignored on building project Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: kbugger piments com Version: 3.5.5 (using KDE KDE 3.5.5) Installed from: Gentoo Packages Compiler: ifort , g77 OS: Linux I set -O2 -funroll-loops in Project configure options. when I run "automake and friends" I see these included but when I build the project it gets compiled with -g -c and not the options I set. I realise I cannot step the code without -g but that may not be what I require. If I set options I expect them to be used.