bloggalerietagcloudalleslinks

List all GCC standard defines

List all standard defines:

% gcc -dM -E -  /dev/null

via

Ähnliche Beiträge:
Using branch prediction with GCC
sudo write with vim
Manpage direkt aus VIM aufrufen
grml 1.0 Pre-Release (and some more)
Tagcloud
Kommentare (1)  Permalink

Kommentare

mirabilos @ 13.07.2010 11:04 CEST
Actually, -dD ist besser. Beispiel:

echo | gcc -E -dD - | less

echo '#include <stdlib.h>' | gcc -E -dD - | less
Keine (weiteren) neuen Kommentare erlaubt.