Skip to content

Commit

Permalink
Undo strip
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 15, 2023
1 parent 58bfe97 commit e563203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libponyc/codegen/genopt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ static void optimise(compile_t* c, bool pony_specific)
// due to unknown bugs in the way ponyc is generating debug info. When they
// are found and fixed, an optimised build should not always strip debug
// info.
//if(c->opt->release)
if(c->opt->release)
c->opt->strip_debug = true;

// Add a debug-info-stripping pass at the end, if requested.
Expand Down

0 comments on commit e563203

Please sign in to comment.