Manuel Pégourié-Gonnard 602544e659 Fix usage of CFLAGS with cmake in all.sh
With cmake, CFLAGS has to be set when invoking cmake, not make (which totally
ignores the value of CFLAGS when it runs and only keeps the one from cmake).

Also, in that case the flags were either redundant (-Werror etc) or wrong
(-std=c99 -pedantic) as some parts of the library will not build with
-pedantic (see the other -pedantic tests, which are correct, for what needs to
be disabled).
2017-08-08 11:06:49 +02:00
..
2017-07-27 15:08:01 +01:00
2016-01-12 14:48:03 +00:00
2015-04-09 10:53:11 +02:00
2015-08-04 17:46:21 +02:00
2017-05-16 17:53:03 +02:00