I should also mention that on linux it uses whatever your system provides, so if you have luajit 2.1.0-beta3 installed, it will use that.
That's strange, because if i'm recalling right, i got an error on linux compiling with luajit and then running my love game. Maybe I mixed something up. Anyway, i ended up not precompiling my code, in order to avoid cross-platform issues. A sideeffect is, that my plain source code will be visible to everyone who will unpack the love file.
pragmaticus wrote: ↑Sun Sep 02, 2018 5:17 pm
A sideeffect is, that my plain source code will be visible to everyone who will unpack the love file.
And in all honesty, no one will care. If they do, it'll probably only be because they might want to learn a trick or two from it.
It's honestly easier to code your own clones from scratch than steal someone else's code base and try to understand it.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
I should also mention that on linux it uses whatever your system provides, so if you have luajit 2.1.0-beta3 installed, it will use that.
That's strange, because if i'm recalling right, i got an error on linux compiling with luajit and then running my love game. Maybe I mixed something up. Anyway, i ended up not precompiling my code, in order to avoid cross-platform issues. A sideeffect is, that my plain source code will be visible to everyone who will unpack the love file.
I can't wait to steal your source code and resell it to the fbi
xNick1 wrote: ↑Sat Sep 08, 2018 5:19 am
I can't wait to steal your source code and resell it to the fbi
You'd probably get a better deal on the russian/chinese/indian markets
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Can you atleast leave the backdoor intact, if you sell it.
Besieds, there can be additional reasons to precompile your code:
Faster loading times (i guess)
Hiding unfinished sourcecode
Not confident enough, to show your sourcecode
I read a few posts in the forum about precompiling the source code. Many people seem to be strictly against it. Is it a bad approach or something like bad behaviour?