Gcc

From Teknologisk videncenter
Revision as of 11:38, 29 May 2015 by Heth (talk | contribs) (Created page with "=C99= Compile to binary using C99 pedantic preparred for GDB debugging <source lang=bash> $gcc -ggdb -std=c99 -pedantic SOURCE.c -o BINFILE </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C99

Compile to binary using C99 pedantic preparred for GDB debugging

$gcc -ggdb -std=c99 -pedantic SOURCE.c -o BINFILE