IdDict: Compile IdDictDictionay::unpack with optimization, even in debug builds.
We spend a lot of time in IdDictDictionary::unpack in debug builds (mostly called from the Csc conditions code). So force this function to be compiled with optimization, even in debug builds. This speeds up some tests by 20-30%.