diff --git a/iris/prelude/options.v b/iris/prelude/options.v index d7a84d1c155d65322e041b1a9a46aea96e6845ef..d63c30ddf881caa2d9c7d8d1e00c4cd68debef36 100644 --- a/iris/prelude/options.v +++ b/iris/prelude/options.v @@ -16,6 +16,11 @@ From stdpp Require Export options. that at least global hints are annotated. *) #[export] Set Warnings "+deprecated-hint-without-locality". +#[export] Set Mangle Names. +#[export] Set Mangle Names Light. +(** Make these names stand out more, in case one does end up in the proof script. *) +#[export] Set Mangle Names Prefix "__". + (* "Fake" import to whitelist this file for the check that ensures we import this file everywhere. From iris.prelude Require Import options.