Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22248

Does specifying "-nostdlib" in GCC defines some preprocessor macro?

$
0
0

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?


Viewing all articles
Browse latest Browse all 22248

Trending Articles