Skip to content

Don't add -frtti for tests. Use newer googletest.#38

Closed
dneto0 wants to merge 1 commit into
KhronosGroup:masterfrom
dneto0:use-updated-googletest
Closed

Don't add -frtti for tests. Use newer googletest.#38
dneto0 wants to merge 1 commit into
KhronosGroup:masterfrom
dneto0:use-updated-googletest

Conversation

@dneto0

@dneto0 dneto0 commented Dec 1, 2015

Copy link
Copy Markdown
Collaborator

Using -frtti caused link failures when both of the following are
in effect:
-DDISABLE_EXCEPTIONS=ON
-DDISABLE_RTTI=ON

The correct fix is to use tip-of-tree googletest.
Specifically, we need a version of googletest with the fix in
google/googletest#612
In particular, it must be later than googletest 1.7.0.

Using -frtti caused link failures when both of the following are
in effect:
	-DDISABLE_EXCEPTIONS=ON
	-DDISABLE_RTTI=ON

The correct fix is to use tip-of-tree googletest.
Specifically, we need a version of googletest with the fix in
google/googletest#612
In particular, it must be later than googletest 1.7.0.
@dneto0

dneto0 commented Dec 1, 2015

Copy link
Copy Markdown
Collaborator Author

dup of 37 (!)

@dneto0 dneto0 closed this Dec 1, 2015
@dneto0
dneto0 deleted the use-updated-googletest branch December 10, 2015 15:08
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.

1 participant