1
0
Fork 0

Add -DNDEBUG to common release flags

This commit is contained in:
krcroft 2019-12-05 13:14:36 -08:00 committed by Patryk Obara
parent 39509f7378
commit 7fe6f7f04c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Linux configuration guantlet
name: Linux all configurations
on:
# push
schedule: [cron: '15 4 * * *']

View file

@ -11,4 +11,4 @@ libs=("")
# Builds for all compilers
TYPES=("release")
cflags_release=("${cflags[@]}")
cflags_release=("${cflags[@]}" -DNDEBUG)