mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Merge branch 'bugfix/smtp_strict_prototypes_fix_v4.1' into 'release/v4.1'
ci: re-add the lost PEDANTIC_{C,CXX}FLAGS in CMake example builds (backport v4.1) See merge request espressif/esp-idf!7599
This commit is contained in:
commit
0f9e14de9a
@ -44,6 +44,9 @@ if [ -z ${CI_NODE_INDEX} ]; then
|
||||
fi
|
||||
|
||||
|
||||
export EXTRA_CFLAGS="${PEDANTIC_CFLAGS:-}"
|
||||
export EXTRA_CXXFLAGS="${PEDANTIC_CXXFLAGS:-}"
|
||||
|
||||
set -o nounset # Exit if variable not set.
|
||||
|
||||
export REALPATH=realpath
|
||||
|
Loading…
x
Reference in New Issue
Block a user