eclipsesource / eclipsesource/J2V8
Original docker build had clear-execstack and stripping - new one does not have
Open
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 387
- PR merge metrics
- No merged PRs in 30d
Description
We are getting warnings that J2V8 has been complied without execstack -c.
from original docker docker/Dockerfile.linux:
```
execstack -c libj2v8_linux_x86_64.so && \
echo "striping symbols...." && \
strip --strip-unneeded -R .note -R .comment libj2v8_linux_x86_64.so && \
```
@drywolf shall we include this in new build system?
Contributor guide
Assessment
This issue has not been assessed yet.