Skip to content

Remplace a ton of std::endl with \n

jvoisin requested to merge jvoisin/openmw:endl into master

endl is calling flush, which is really nuking performances, and I care about esmtool's performances because I'm using it for fuzzing.

Edited by jvoisin

Merge request reports