lab8: Add -fno-stack-protector to compiler command line options
Combining compiler options -fstack-protector and -nostdlib results in a program which always segfaults. Because some Linux distributions enable stack protector by default, we should explicitly disable it. Closes #252
Please register or sign in to comment