Sounds great! Looking forward to the stripped version.
Compile times are obviously not a deal breaker, it's just an annoyance. I only did a compile on my personal laptop and not on the build server, so I do expect a performance increase there.
Thanks!
Search found 3 matches
- Tue May 07, 2013 9:02 am
- Forum: Support - RCF
- Topic: Executable file size
- Replies: 4
- Views: 15990
- Fri May 03, 2013 9:49 am
- Forum: Support - RCF
- Topic: Executable file size
- Replies: 4
- Views: 15990
Re: Executable file size
I just compiled the demo code, so it is compiled directly into the application. gcc is usually intelligent enough to strip unused code, so I'm assuming it does that in this case too. It also surprised me that the code took such a long time to compile. On my Intel i5 M520 (2.4GHz) it takes about a mi...
- Thu May 02, 2013 8:00 am
- Forum: Support - RCF
- Topic: Executable file size
- Replies: 4
- Views: 15990
Executable file size
I'm looking for a library that allows me to call C++ code over a network connection, and RCF looks like a very nice fit. However, while doing some initial tests I was unpleasantly surprised by the resulting file size. I compiled the demo application, and the resulting file size of the Client and Ser...