Hello We want to use -fstack-protector to protect our program, but when adding this flag, gcc will link libssp_nonshared which is a static library, not a runtime library. Does It means that if we want to using -fstack-protector, we need to follow gplv3, not gplv3-with-runtime-exception? Is this correct? Is there any way to get around? Thanks! Yao Zhuang