mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 12:23:45 +01:00
Add additional compiler flags to prevent errors
This commit is contained in:
@@ -24,7 +24,7 @@ platform = espressif32@6.3.2
|
||||
build_flags =
|
||||
-DPIOENV=\"$PIOENV\"
|
||||
-D_TASK_STD_FUNCTION=1
|
||||
-Wall -Wextra -Werror
|
||||
-Wall -Wextra -Werror -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
|
||||
-std=c++17
|
||||
-std=gnu++17
|
||||
build_unflags =
|
||||
|
||||
Reference in New Issue
Block a user