Add -foverlap-locals - something we really should make possible

This commit is contained in:
Wolfgang Bumiller 2012-07-28 14:48:02 +02:00
parent 3072ce7eba
commit ac26c2f2f2

View file

@ -987,12 +987,14 @@ typedef struct {
/*===================================================================*/
/* list of -f flags, like -fdarkplaces-string-table-bug */
enum {
OVERLAP_LOCALS,
DP_STRING_TABLE_BUG,
OMIT_NULLBYTES,
NUM_F_FLAGS
};
static const opt_flag_def opt_flag_list[] = {
{ "overlap-locals", LONGBIT(OVERLAP_LOCALS) },
{ "darkplaces-string-table-bug", LONGBIT(DP_STRING_TABLE_BUG) },
{ "omit-nullbytes", LONGBIT(OMIT_NULLBYTES) }
};