diff --git a/.github/workflows/linux-all-configs.yml b/.github/workflows/linux-all-configs.yml index 2292d186..a84ada59 100644 --- a/.github/workflows/linux-all-configs.yml +++ b/.github/workflows/linux-all-configs.yml @@ -1,4 +1,4 @@ -name: Linux configuration guantlet +name: Linux all configurations on: # push schedule: [cron: '15 4 * * *'] diff --git a/scripts/automator/build/compiler-defaults b/scripts/automator/build/compiler-defaults index 39be7a47..33ffc290 100644 --- a/scripts/automator/build/compiler-defaults +++ b/scripts/automator/build/compiler-defaults @@ -11,4 +11,4 @@ libs=("") # Builds for all compilers TYPES=("release") -cflags_release=("${cflags[@]}") +cflags_release=("${cflags[@]}" -DNDEBUG)