File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def generate(self):
71
71
project_data ['tool_specific' ]['uvision' ]['misc' ]['c_flags' ] = list (set (self .toolchain .flags ['common' ] + self .toolchain .flags ['c' ]))
72
72
# not compatible with c99 flag set in the template
73
73
project_data ['tool_specific' ]['uvision' ]['misc' ]['c_flags' ].remove ("--c99" )
74
- project_data ['tool_specific' ]['uvision' ]['misc' ]['cxx_flags' ] = list (set (self .toolchain .flags ['common' ] + self . toolchain . flags [ 'ld' ] ))
74
+ project_data ['tool_specific' ]['uvision' ]['misc' ]['cxx_flags' ] = list (set (self .toolchain .flags ['common' ]))
75
75
project_data ['tool_specific' ]['uvision' ]['misc' ]['ld_flags' ] = self .toolchain .flags ['ld' ]
76
76
77
77
i = 0
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def generate(self):
71
71
project_data ['tool_specific' ]['uvision5' ]['misc' ]['c_flags' ] = list (set (self .toolchain .flags ['common' ] + self .toolchain .flags ['c' ]))
72
72
# not compatible with c99 flag set in the template
73
73
project_data ['tool_specific' ]['uvision5' ]['misc' ]['c_flags' ].remove ("--c99" )
74
- project_data ['tool_specific' ]['uvision5' ]['misc' ]['cxx_flags' ] = list (set (self .toolchain .flags ['common' ] + self . toolchain . flags [ 'ld' ] ))
74
+ project_data ['tool_specific' ]['uvision5' ]['misc' ]['cxx_flags' ] = list (set (self .toolchain .flags ['common' ]))
75
75
project_data ['tool_specific' ]['uvision5' ]['misc' ]['ld_flags' ] = self .toolchain .flags ['ld' ]
76
76
77
77
i = 0
You can’t perform that action at this time.
0 commit comments