mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 22:11:34 +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:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
CXXFLAGS: -O0
|
||||
artifacts:
|
||||
paths: []
|
||||
expire_in: 1 minute
|
||||
|
|
Loading…
Reference in a new issue