Skip to content

Commit af5eced

Browse files
authored
update to 0.2.5
update to 0.2.5
2 parents 3f7796b + c00d6fd commit af5eced

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Linux - x86_64
2121
- os: ubuntu-latest
2222
arch: x86_64
23-
cmake_args: '-DCMAKE_BUILD_TYPE=Release -DARCH=native -DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS="-fPIC"'
23+
cmake_args: '-DCMAKE_BUILD_TYPE=Release -DARCH=native -DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_SHARED_LINKER_FLAGS="-z noexecstack"'
2424
artifact_name: 'librandomx_linux_x86_64.so'
2525
output_lib: 'librandomx_linux_x86_64.so'
2626
# macOS - x86_64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Compile and copy the appropriate shared library for your platform:
6161
```bash
6262
cd randomx
6363
mkdir build && cd build
64-
cmake .. -DCMAKE_BUILD_TYPE=Release -DARCH=native -DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS="-fPIC"
64+
cmake .. -DCMAKE_BUILD_TYPE=Release -DARCH=native -DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_SHARED_LINKER_FLAGS="-z noexecstack"
6565
make -j4
6666
cp -i librandomx.so ../../src/main/resources/native/librandomx_linux_x86_64.so
6767
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.xdag</groupId>
88
<artifactId>xdagj-native-randomx</artifactId>
9-
<version>0.2.4</version>
9+
<version>0.2.5</version>
1010

1111
<name>xdagj-native-randomx</name>
1212
<description>A Java RandomX Library For XDAGJ</description>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)