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:
commit
4b70e67c34
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue