In GCC, if we were to specify -ffreestanding
, GCC will define __STDC_HOSTED__
to 0
. Is there a similar macro defined/undefined for specifying -nostdlib
in GCC/Clang?
↧
Does specifying "-nostdlib" in GCC defines some preprocessor macro?
↧