-Wl, option
The -Wl command line option passes option directly to the linker.
The following command line option passes -Dstack_size=0x100 directly to the linker—the effect of this is to define a linker symbol stack_size with the value 256.
-Wl,-Dstack_size=0x100