Top "Compiler-options" questions

Compiler-options are parameters that are being passed to the compiler and that affect the compilation process or its resulting product.

How do I increase the stack size when compiling with Clang on OS X?

Can I specify the stack size with clang++? I can't find any compiler options that would allow me to do …

macos ld compiler-options stack-size
Which gcc options reduce code size?

I'm constrained by a 128Kb limit executable size for an embedded PowerPC system. Unfortunately, using option -Os to optimize for …

c gcc compiler-optimization powerpc compiler-options