Skip to content

Commit

Permalink
fix cflags operation
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Oct 13, 2023
1 parent 00b0108 commit aff8d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/bouffalolab/bl702/bl_iot_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ template("bl_iot_sdk") {

if (defined(invoker.enable_debug_frame_ptr) &&
invoker.enable_debug_frame_ptr) {
cflags = [ "-fno-omit-frame-pointer" ]
cflags += [ "-fno-omit-frame-pointer" ]
}
}

Expand Down
2 changes: 1 addition & 1 deletion third_party/bouffalolab/bl702l/bl_iot_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ template("bl_iot_sdk") {

if (defined(invoker.enable_debug_frame_ptr) &&
invoker.enable_debug_frame_ptr) {
cflags = [ "-fno-omit-frame-pointer" ]
cflags += [ "-fno-omit-frame-pointer" ]
}
}

Expand Down

0 comments on commit aff8d1d

Please sign in to comment.