mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 08:39:45 +00:00
Use -O0
when compiling with coverity
This commit is contained in:
parent
1b58e10b28
commit
c61967a316
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