X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=README;h=923ec619dc8ceb8b6dfaf238ea47701ad60b3408;hp=aeccd300db8c5cc61487846b242692fa17ef8ccd;hb=d68da0d113108fe1e427d91464a230fdab0204e2;hpb=a620eb381dd81f8adb768e01e85c10fa43211dd4 diff --git a/README b/README index aeccd30..923ec61 100644 --- a/README +++ b/README @@ -123,6 +123,10 @@ If it's not present no compiler commands are detected. In case you don't use dpkp-buildpackage but still want to check a build log, adding it as first line should work fine. +To prevent false positives when checking debug builds, compiler lines +containing '-OO' or '-Og' are considered debug builds and are not checked for +'-O2', even though fortification doesn't work without '-O2'. + The following non-verbose builds can't be detected: gcc -o test @@ -170,7 +174,7 @@ LICENSE blhc is licensed under GPL version 3 or later. -Copyright (C) 2012-2013 Simon Ruderich +Copyright (C) 2012-2016 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -184,3 +188,5 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . + +// vim: ft=asciidoc