Skip to content

Commit

Permalink
Merge pull request #3882 from CyberShadow/betterc-no-helpers
Browse files Browse the repository at this point in the history
Do not generate helpers with -betterC
  • Loading branch information
WalterBright committed Aug 24, 2014
2 parents 341a67a + ad3a388 commit 27396e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/glue.c
Expand Up @@ -495,6 +495,8 @@ void Module::genobjfile(bool multiobj)

void Module::genhelpers(bool iscomdat)
{
if (global.params.betterC)
return;

// If module assert
for (int i = 0; i < 3; i++)
Expand Down

0 comments on commit 27396e7

Please sign in to comment.