Savecore is only for kernel dumps, not for when an application like Flame crashes, so that won’t make any difference for you 🙂
It’s possible to change the maximum size of a core file with the shell or systune, but think carefully… one day you might need to debug a core dump or send if to Discreet or something…
To do it for the current shell only (so do this before running Flame): “limit coredumpsize 1” would restrict cores to one kilobyte – you could set it to zero but it’s nice to know that something has crashed by checking the date on the core file.
You could do it system-wide with “systune rlimit_core_cur 1024” as root, but just make sure you remember you’ve done it, or you’ll cause great confusion when someone tries to debug something 🙂