Image

Imageutil wrote in Imagecprogramming

flags to ensure portability?

Which compiler flags if any (apart from -Wall) do you use in compiling your C code with gcc in order to ensure maximum portability (across platforms, versions, and compilers)? What do you think of using -std=c99 -pedantic or -ansi -pedantic? Thanks!