Difference between revisions of "Gcc"

From Teknologisk videncenter
Jump to: navigation, search
m (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>")
(No difference)

Revision as of 11:38, 29 May 2015

C99

Compile to binary using C99 pedantic preparred for GDB debugging

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