Skip to content

Commit

Permalink
some cbps don't have "-g" debug option, so add them for debugging pur…
Browse files Browse the repository at this point in the history
…pose
  • Loading branch information
asmwarrior committed Sep 18, 2022
1 parent c94c358 commit 01be182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/fswatcher/fswatcher.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="`$(#WX_CONFIG) --cflags`" />
</Compiler>
<Linker>
Expand Down
1 change: 1 addition & 0 deletions samples/grid/grid.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="`$(#WX_CONFIG) --cflags`" />
</Compiler>
<Linker>
Expand Down
1 change: 1 addition & 0 deletions samples/help/help.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="`$(#WX_CONFIG) --cflags`" />
</Compiler>
<Linker>
Expand Down

0 comments on commit 01be182

Please sign in to comment.