diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-08-12 14:35:57 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-08-12 14:35:57 +0200 |
commit | 3694d8771168690c72be2a5b60add8e1024dc426 (patch) | |
tree | 4cb1ac193476b055a564cb7bcb7da7212384093f /validate | |
parent | 0a3944c34b836ada567990bbd12e9932203e1d89 (diff) | |
download | haskell-3694d8771168690c72be2a5b60add8e1024dc426.tar.gz |
Re-add `--no-dph` option to ./validate
This was removed in bb003086599c2ac166cfb3aa710480713adb5a2f
and caused some buildbots to stop working. So this commit just
re-adds it as a no-op (wrt the current default).
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ do --normal) speed=NORMAL ;; + --no-dph) # for backward compat + use_dph=0 + ;; --dph) use_dph=1 ;; |