OrangeC
OrangeC copied to clipboard
Why `-D__MSVCRT__` is there even on Linux and FreeBSD?
Linux and FreeBSD of course don't have MSVCRT.
How to reproduce this?
How to reproduce this?
Try to build Orange C on the corresponding platforms? You can easily see it's on the command line of g++/clang++.
It's something defined in the makefile and picked up by g++/clang++.