Add -DNDEBUG to common release flags
This commit is contained in:
parent
39509f7378
commit
7fe6f7f04c
2 changed files with 2 additions and 2 deletions
|
@ -11,4 +11,4 @@ libs=("")
|
|||
|
||||
# Builds for all compilers
|
||||
TYPES=("release")
|
||||
cflags_release=("${cflags[@]}")
|
||||
cflags_release=("${cflags[@]}" -DNDEBUG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue