fix #31 set -O2 while Compiling#46
Open
zccold wants to merge 1 commit into
Open
Conversation
Author
|
ci是java11的,这个nar-maven貌似不支持,如果需要必须过ci那只能先解决那个问题了…… |
e0935fc to
fdb9523
Compare
Member
|
@zccold 非常感谢pr。实在抱歉,我现在没有时间维护这个项目。但看起来好像是只要在ci里指定jdk8就行了。如果这个可行,能不能再交一个ci的pr。非常感谢! |
Author
|
@Oneplus 不太熟悉Travis,实际上我上上周按照文档弄了半天,用各种方式都没能使得指定jdk版本生效。。。。。有时间我再看一下吧 |
Member
|
感谢,辛苦了!
…On Thu, 17 Oct 2019 at 17:26, zccold ***@***.***> wrote:
@Oneplus <https://github.com/Oneplus>
不太熟悉Travis,实际上我上上周按照文档弄了半天,用各种方式都没能使得指定jdk版本生效。。。。。有时间我再看一下吧
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46?email_source=notifications&email_token=AAFWAGZIIU2V25GJYPBY4RDQPAVVTA5CNFSM4IXMVC32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBPODOA#issuecomment-543089080>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFWAGYDUZP64K3X24TM4BLQPAVVTANCNFSM4IXMVC3Q>
.
--
- Yijia Liu (http://ir.hit.edu.cn/~yjliu)
- Static Oneplus (http://yjliu.net)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原来的配置文件中没有对c++开启编译优化,开启后性能提升到正常水平(8倍左右)