diff options
| author | Maxime Dénès | 2018-11-28 10:27:22 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-11-28 10:27:22 +0100 |
| commit | 2e36fbcac4a04d4f29925ba09f441db6426b7af1 (patch) | |
| tree | 31bfac34b5b402640d368bf5a32d323c134f1b6d /lib/flags.mli | |
| parent | b106042cc1d752e69c0f3d218d794a79f27853cc (diff) | |
| parent | eacc77c5816a00b99aaef0d5ff596a3078b0a208 (diff) | |
Merge PR #9094: [lib] Remove leftover flag `print_mod_uid`
Diffstat (limited to 'lib/flags.mli')
| -rw-r--r-- | lib/flags.mli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/flags.mli b/lib/flags.mli index e282d4ca8c..d883cf1e30 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -119,8 +119,6 @@ val default_inline_level : int (** When producing vo objects, also compile the native-code version *) val output_native_objects : bool ref -(** Print the mod uid associated to a vo file by the native compiler *) -val print_mod_uid : bool ref - +(** Global profile_ltac flag *) val profile_ltac : bool ref val profile_ltac_cutoff : float ref |
