blob: 6f289e7388e99a33507342b9cd248e2608b9f80a (
plain)
1
2
3
4
|
gcc -O2 -Wall -fPIC -ansi -pedantic-errors -fomit-frame-pointer -D_GNU_SOURCE
-fpic generate faster and smaller code, but has platform-dependent limitations and may not work
This will be used to compile .c files.
|