Skip to content

Commit

Permalink
Always use -g
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Aug 26, 2018
1 parent fd1843b commit b5a951c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ int main(const int argc, const char* const* const argv) {
if (getenv("OUTPUT") != nullptr) {
args.push_back(strdup(getenv("OUTPUT")));
}

args.push_back(strdup("-g"));

args.push_back(nullptr);

Expand Down

0 comments on commit b5a951c

Please sign in to comment.