Skip to content
Snippets Groups Projects
Commit 3a49b12d authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

ci: build with -fbounds-check

parent 0260a8af
No related branches found
No related tags found
1 merge request!77Avoid an out-of-bounds read in the uniq example
Pipeline #97068 passed
......@@ -240,7 +240,7 @@ include:
.check_gcc:
variables:
CFLAGS: -g -O2 -Wall -Wextra -pedantic
FCFLAGS: -g -O2 -Wall -Wextra -pedantic
FCFLAGS: -g -O2 -Wall -Wextra -pedantic -fbounds-check
before_script: []
.check_intel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment