Skip to content

Replace some static const ints with enums

Leo Pound Singer requested to merge leo-singer/ligo.skymap:enum-const into main

Some compilers (gcc) don't do constant expression optimizations around integers that are declared as static const int.

Merge request reports