Skip to content
Snippets Groups Projects
Unverified Commit 24c95e7c authored by Charles Javerliat's avatar Charles Javerliat
Browse files

build: Specify std

parent c94956ff
No related branches found
No related tags found
1 merge request!16Refactoring
Pipeline #227 passed with stage
in 3 minutes and 59 seconds
...@@ -5,7 +5,7 @@ default_envs = nucleo_f303k8 ...@@ -5,7 +5,7 @@ default_envs = nucleo_f303k8
check_tool = clangtidy check_tool = clangtidy
check_flags = check_flags =
clangtidy: --checks=-*,cert-*,google-*,-google-runtime-references,clang-analyzer-* --fix clangtidy: --checks=-*,cert-*,google-*,-google-runtime-references,clang-analyzer-* --fix
build_flags = -O3 -D UNITY_INCLUDE_DOUBLE -DUNITY_DOUBLE_PRECISION=1e-12 build_flags = -std=c++11 -O3 -D UNITY_INCLUDE_DOUBLE -DUNITY_DOUBLE_PRECISION=1e-12
monitor_port = /dev/ttyACM1 monitor_port = /dev/ttyACM1
monitor_speed = 115200 monitor_speed = 115200
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment