Fix a bug: it was passing `-O0' in MGNUCFLAGS, rather than CFLAGS.

Estimated hours taken: 0.25

samples/diff/Mmakefile:
	Fix a bug: it was passing `-O0' in MGNUCFLAGS, rather than CFLAGS.
	This broke things if you tried to pass an mgnuc option such as
	`--inline-alloc' in EXTRA_MGNUCFLAGS on the command-line.
This commit is contained in:
Fergus Henderson
2000-09-21 07:58:54 +00:00
parent 1c2c983397
commit ed4a6938f0

View File

@@ -18,5 +18,5 @@ all: diff
#
# BTW, the predicate which isn't compiled correctly is diff_out__show_file_2
# in diff_out.m.
MGNUCFLAGS=-O0
CFLAGS=-O0