Add -DNDEBUG to common release flags
This commit is contained in:
parent
39509f7378
commit
7fe6f7f04c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux-all-configs.yml
vendored
2
.github/workflows/linux-all-configs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Linux configuration guantlet
|
||||
name: Linux all configurations
|
||||
on:
|
||||
# push
|
||||
schedule: [cron: '15 4 * * *']
|
||||
|
|
|
@ -11,4 +11,4 @@ libs=("")
|
|||
|
||||
# Builds for all compilers
|
||||
TYPES=("release")
|
||||
cflags_release=("${cflags[@]}")
|
||||
cflags_release=("${cflags[@]}" -DNDEBUG)
|
||||
|
|
Loading…
Add table
Reference in a new issue