File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -315,10 +315,10 @@ function install_core()
315
315
local hardware_core_path=$2
316
316
local debug=$3
317
317
318
- # Set our custom warnings for all builds
318
+ # Set our custom settings for all builds
319
319
printf " %s\n" \
320
- " compiler.c.extra_flags=-Wall -Wextra " \
321
- " compiler.cpp.extra_flags=-Wall -Wextra " \
320
+ " compiler.c.extra_flags=-Werror " \
321
+ " compiler.cpp.extra_flags=-Werror " \
322
322
" recipe.hooks.prebuild.1.pattern=\" {runtime.tools.python3.path}/python3\" -I \" {runtime.tools.makecorever}\" --git-root \" {runtime.platform.path}\" --version \" {version}\" \" {runtime.platform.path}/cores/esp8266/core_version.h\" " \
323
323
> " ${core_path} " /platform.local.txt
324
324
echo -e " \n----platform.local.txt----"
You can’t perform that action at this time.
0 commit comments