On 09/06/2023 12:03, Mattias Gaertner via fpc-pascal wrote: > What is -CO? > > In the docs I can only find this sentence: > "Check for possible overflow of integer operations" It prints a warning whenever the compiler inserts an implicit type conversion to a type that cannot represent every value of the source type. Jonas