1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:53:53 +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: variables:
CC: clang CC: clang
CXX: clang++ CXX: clang++
CXXFLAGS: -O0
artifacts: artifacts:
paths: [] paths: []
expire_in: 1 minute expire_in: 1 minute