Skip to content
Snippets Groups Projects
Verified Commit aefb83c4 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Implement hardening flags to make exploiting the core less likely

parent d7bc6a26
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ RUN mkdir /quassel && \
git clone -b identd-listen-all --single-branch https://github.com/justjanne/quassel src
RUN mkdir /quassel/build && \
cd /quassel/build && \
cmake \
CXXFLAGS="-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fPIE -pie -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now" cmake \
-DCMAKE_INSTALL_PREFIX=/quassel/install \
-DCMAKE_BUILD_TYPE="Release" \
-DUSE_QT5=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment