Closed GoogleCodeExporter closed 9 years ago
Try removing all #if #endif statements with their content if you want JSCore
and removing them but keeping its contents when you don't need it.
e.g.
#if DEBUG || RELEASE
<content>
#endif
remove everything in the 1st case and only #if - #endif in the second case
Original comment by tsumalis96@gmail.com
on 23 Mar 2012 at 12:19
Original comment by tsumalis96@gmail.com
on 17 Apr 2012 at 4:02
Original issue reported on code.google.com by
papill...@gmail.com
on 21 Mar 2012 at 9:45