logoalt Hacker News

mathisfun123today at 5:43 AM3 repliesview on HN

[flagged]


Replies

xenatoday at 5:47 AM

Tell me the flags I'm missing then: https://github.com/TecharoHQ/anubis/blob/Xe/wasm4/utils/wasm...

show 1 reply
yjftsjthsd-htoday at 6:45 AM

> This is the goofiest I've seen written unironically in quite a long - the C preprocessor is not part of the compiler. The pre in preprocessor should probably give it away.

This is true but doesn't seem relevant; does replacing the word "compiler" with "build chain" change anything? Because that seems like the clear meaning.

LPisGoodtoday at 6:10 AM

Re: source code producing different binaries: things like ASLR, stack canaries, optimization levels, linking, etc all lead to different binaries.