1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00

Merge branch 'o0_coverity' into 'master'

Use `-O0` when compiling with coverity

See merge request OpenMW/openmw!1508
This commit is contained in:
psi29a 2021-12-26 13:58:06 +00:00
commit 4b70e67c34

View File

@ -85,6 +85,7 @@ Coverity:
variables:
CC: clang
CXX: clang++
CXXFLAGS: -O0
artifacts:
paths: []
expire_in: 1 minute