X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Ferrs12;h=a1ef03504026ebb48a51f259b1617683985f4290;hp=1f8ac8566ceea6e033286d4dff4e6171c9727ef7;hb=9261c15af132a6cdc380f6bae89cdc8e35171391;hpb=2071ebfdf0d2a710e3731dde09239a88536c2cfc diff --git a/bin/errs12 b/bin/errs12 index 1f8ac85..a1ef035 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -120,10 +120,11 @@ rm -f errs1.ok test -z "$CC" && CC=gcc : >errs1.c # -Wp,-D_FORTIFY_SOURCE=2: /usr/include/features.h:329:3: error: #warning _FORTIFY_SOURCE requested but disabled [-Werror=cpp] - for flags in \ - "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4" \ - "$debug -pipe -Wall -fexceptions" \ - "" \ + for flags in \ + "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4 -ftrack-macro-expansion=0 -fno-diagnostics-show-caret" \ + "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4" \ + "$debug -pipe -Wall -fexceptions" \ + "" \ ;do if [ -z "$flags" ];then rm -f errs1.c