Add OX_NODEBUG to GitLab CI

This commit is contained in:
Gary Talent 2023-12-07 00:08:37 -06:00
parent 795b1add64
commit 1547e8e550

View File

@ -15,6 +15,8 @@ image: gcc
build:
stage: build
variables:
OX_NODEBUG: 1
before_script:
- apt update && apt -y install make cmake ninja-build pkg-config xorg-dev libgtk-3-dev python3 python3-mypy
script: