diff --git a/dace/config_schema.yml b/dace/config_schema.yml index b26e96e920..da35e61997 100644 --- a/dace/config_schema.yml +++ b/dace/config_schema.yml @@ -540,7 +540,7 @@ required: type: str title: Synthesis arguments description: High-level synthesis C++ flags - default: "-std=c++11" + default: "-std=c++14" build_flags: type: str