5.2. const detect

Format:


        -[no-]const-detect
      
enable/disable constant detection

Default: disabled

Purpose: Look for variables that are only assigned a single, constant value and replace them with that constant value.