diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2014-05-05 02:05:30 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2014-05-05 02:05:30 +0000 |
commit | fc24112e254ab8c775355cb3925305947bbe1ec8 (patch) | |
tree | 341424c4e8009690e68a0e2c0708bfd4a75ee85f /stdlib/Compflags | |
parent | b56dc4b3df8d022b54f40682a9d5d4168c690413 (diff) |
change -trans-mod to -no-alias-deps, and update message
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14738 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Compflags')
-rwxr-xr-x | stdlib/Compflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags index d0938af89..9610b726c 100755 --- a/stdlib/Compflags +++ b/stdlib/Compflags @@ -20,6 +20,6 @@ case $1 in # make sure add_char is inlined (PR#5872) buffer.cm[io]|printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';; scanf.cmx|scanf.p.cmx) echo ' -inline 9';; - *Labels.cm[ox]|*Labels.p.cmx) echo ' -nolabels -trans-mod';; + *Labels.cm[ox]|*Labels.p.cmx) echo ' -nolabels -no-alias-deps';; *) echo ' ';; esac |