Jilani wrote:
>> Ok, should be fixed now. The OpenMesh/Apps/Decimating should build out
>> of the box.
> But it is a 3.2 GB exec file! Why is it so fat?
> Jilani
>
I think you mean 3.2 _MB_. Big difference. :-)
It's huge because debugging symbols are on.
Building it with
buildflags=-O -inline -release
I get a 381 KB exe.
--bb