Skip to content

Commit

Permalink
enable debug option to get all symbol tables
Browse files Browse the repository at this point in the history
  • Loading branch information
bellatoris committed Jul 11, 2022
1 parent c3958ce commit 61dbd35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uwsgiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,9 @@ def get_gcll(self):
if self.get('unbit'):
self.cflags.append("-DUNBIT")

# add debug symbol
self.cflags.append("-g")

return self.gcc_list, self.cflags, self.ldflags, self.libs

def build_plugin(path, uc, cflags, ldflags, libs, name = None):
Expand Down

0 comments on commit 61dbd35

Please sign in to comment.