{bio}[intel/2016b] DBG2OLC v20170208#4281
Conversation
|
Test report by @boegel |
|
Test report by @wpoely86 |
| source_urls = ['https://github.com/yechengxi/DBG2OLC/archive/'] | ||
| sources = ['%s.tar.gz' % commit] | ||
|
|
||
| cmds_map = [('.*', "$CXX $CXXFLAGS -o DBG2OLC *.cpp")] |
There was a problem hiding this comment.
Why? What is $LDFLAGS going to give me extra, build works fine?
There was a problem hiding this comment.
Because it's the proper thing to do. If you compile directly from source to binary, you need both $CXXFLAGS and $LDFLAGS. It's not because it works now that it will do so in the future.
|
Test report by @boegel |
|
Test report by @boegel |
|
Thanks for the review @wpoely86! |
(created using
eb --new-pr)