Add -Ooverlap-locals to -O3

This commit is contained in:
Wolfgang Bumiller 2012-12-23 16:31:21 +01:00
parent 88a6437840
commit eabe23cc24

View file

@ -82,6 +82,7 @@
GMQCC_DEFINE_FLAG(LOCALTEMPS, 1)
GMQCC_DEFINE_FLAG(TAIL_RECURSION, 1)
GMQCC_DEFINE_FLAG(TAIL_CALLS, 2)
GMQCC_DEFINE_FLAG(OVERLAP_LOCALS, 3)
#endif
/* some cleanup so we don't have to */