Hacker News new | ask | show | jobs
by cryptonector 2230 days ago
Compiler flags are not part of the language, so not portable.

Using a different data type? You'd have to use arbitrary precision numeric data types to avoid this. After all, you can still overflow 64-bit ints.