mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user