i just compiled the linux version of 1.3 and its around 30mb compared to the 8mb of the v1.2 library. is this comparable to the size of what others are getting?
thx.
v1.3 large linux library
Re: v1.3 large linux library
[quote="garrittg"]i just compiled the linux version of 1.3 and its around 30mb compared to the 8mb of the v1.2 library. is this comparable to the size of what others are getting?
thx.[/quote]
Functionalities added and the final image will be larger in my mind.
Seriously, seems irrlicht's makefile exports symbols for you and
If library size is an issue, you can just strip the symbols.
please
man strip
and have a try.
thx.[/quote]
Functionalities added and the final image will be larger in my mind.
Seriously, seems irrlicht's makefile exports symbols for you and
If library size is an issue, you can just strip the symbols.
please
man strip
and have a try.
Use the NDEGUB option. That way you will also get better performance as the Makefile will set optimizing compile flags. To set the flag just type on the console:
export NDEBUG=1
This way you don't need to change the Makefile.
Also, search for NDEBUG in the forum. At least one person is having an issue with NDEBUG on and exampe 7.
export NDEBUG=1
This way you don't need to change the Makefile.
Also, search for NDEBUG in the forum. At least one person is having an issue with NDEBUG on and exampe 7.