Skip to content

Conversation

@obastemur
Copy link
Collaborator

  • remove unused definitions and fix mixing empty object file (context)
  • make sure sub libs (static) are combined (use an empty object file)

- remove unused definitions and fix mixing empty object file (context)
- make sure sub libs (static) are combined (use an empty object file)
JsValueRef buildValue;
#ifdef _DEBUG
#define BUILD_TYPE_STRING_CH "Debug" // (O0)
#elif !defined(_DEBUG) && defined(ENABLE_DEBUG_CONFIG_OPTIONS)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't "!defined(_DEBUG)" redundant?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, indeed it is. Thanks!

@jianchun
Copy link

jianchun commented Feb 9, 2017

:shipit:

@obastemur
Copy link
Collaborator Author

@jianchun Thanks for the review

@chakrabot chakrabot merged commit e98e1b8 into chakra-core:master Feb 10, 2017
chakrabot pushed a commit that referenced this pull request Feb 10, 2017
…sub libs

Merge pull request #2460 from obastemur:fix_glue

- remove unused definitions and fix mixing empty object file (context)
- make sure sub libs (static) are combined (use an empty object file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants