[m-rev.] trivial diff: fix builds on taura
Julien Fischer
juliensf at csse.unimelb.edu.au
Wed Jan 13 07:46:04 AEDT 2010
Fix nightly builds on taura.
tools/test_mercury:
Don't define MR_PROFILE_PARALLEL_EXECUTION_SUPPORT on the command
line since it is now implied by the threadscope grades.
Julien.
Index: test_mercury
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.364
diff -u -r1.364 test_mercury
--- test_mercury 29 Dec 2009 19:39:34 -0000 1.364
+++ test_mercury 12 Jan 2010 20:44:23 -0000
@@ -263,7 +263,6 @@
# inlining which is confusing for programmers using the deep profiler.
OPTIMIZE="-O5 --intermodule-optimization"
EXTRA_INSTALL_MCFLAGS="--profile-for-implicit-parallelism"
- EXTRA_INSTALL_CFLAGS="-DMR_PROFILE_PARALLEL_EXECUTION_SUPPORT"
;;
goliath)
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list