OpenXcom Forum

OpenXcom => Open Feedback => Topic started by: Align on June 15, 2014, 04:27:01 pm

Title: Nightly build filesize
Post by: Align on June 15, 2014, 04:27:01 pm
I notice the openxcom.exe file is about twice as big in the nightly as the plain 1.0 version - is this just optimization being left off for convenience?
Title: Re: Nightly build filesize
Post by: SupSuper on June 15, 2014, 07:03:11 pm
The nightly builds are statically linked, so the filesize includes the EXE and all the DLLs packed into one.
The milestones are dynamically linked, so the EXE and DLLs are separate.