Change the compiler optimization level for Debian sid build jobs from
-O2 to -O3 in order to enable triggering compilation warnings which are
not raised when -O2 is used.
gcc:sid:amd64:
variables:
CC: gcc
- CFLAGS: "-Wall -Wextra -O2 -g"
+ CFLAGS: "-Wall -Wextra -O3 -g"
EXTRA_CONFIGURE: "--with-libidn2"
RUN_MAKE_INSTALL: 1
<<: *debian_sid_amd64_image
gcc:sid:i386:
variables:
CC: gcc
- CFLAGS: "-Wall -Wextra -O2 -g"
+ CFLAGS: "-Wall -Wextra -O3 -g"
EXTRA_CONFIGURE: "--with-libidn2 --without-python"
<<: *debian_sid_i386_image
<<: *build_job