We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c0ec8 commit 50c8ac9Copy full SHA for 50c8ac9
src/lab09/CMakeLists.txt
@@ -5,7 +5,7 @@ add_executable(lab9C lab9C.cpp)
5
SET_FLAGS(lab9C "-fstack-protector-all -z relro -z now")
6
7
add_executable(lab9A lab9A.cpp)
8
-SET_FLAGS(lab9C "-fstack-protector-all -z relro -z now -fPIE -pie")
+SET_FLAGS(lab9A "-fstack-protector-all -z relro -z now -fPIE -pie")
9
10
# These are the files we want to give students
11
install(TARGETS lab9C lab9A DESTINATION "${RELEASE_DIR}/lab09")
0 commit comments