[postgis-tickets] r16217 - [travis] gcc4.8 does not support -fstack-protector-strong, relax it to -fstack-protector
Darafei
komzpa at gmail.com
Tue Jan 2 11:11:05 PST 2018
Author: komzpa
Date: 2018-01-02 11:11:05 -0800 (Tue, 02 Jan 2018)
New Revision: 16217
Modified:
trunk/.travis.yml
Log:
[travis] gcc4.8 does not support -fstack-protector-strong, relax it to -fstack-protector
Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml 2018-01-02 18:38:27 UTC (rev 16216)
+++ trunk/.travis.yml 2018-01-02 19:11:05 UTC (rev 16217)
@@ -3,7 +3,7 @@
- RUNTESTFLAGS=-v
matrix:
- CFLAGS="-Og"
- - CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro"
+ - CFLAGS="-g -O2 -fstack-protector -Wformat -Werror=format-security" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro"
- CFLAGS="-O3 -mtune=generic -fno-omit-frame-pointer -Werror"
- CFLAGS="-O0 --coverage -fprofile-arcs -ftest-coverage" LDFLAGS="--coverage -fprofile-arcs -ftest-coverage"
More information about the postgis-tickets
mailing list