Open Zorono opened 1 year ago
https://github.com/openmultiplayer/compiler/blob/23a8cd14480b6b5d1b215039513ae21d1f7315c9/source/compiler/sc1.c#L2237
pawncc: compiler/sc1.c:2237: declglb: Assertion `size>=litidx' failed. 4958 Aborted (core dumped)
What are the reproduction steps?
this problem happens only when i compile it for Debug... (but cmake -DsNAMEMAX=63 -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release . fixes it)
cmake -DsNAMEMAX=63 -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .
https://github.com/openmultiplayer/compiler/blob/23a8cd14480b6b5d1b215039513ae21d1f7315c9/source/compiler/sc1.c#L2237