Skip to content

Commit 737e37a

Browse files
committed
remove linux flag -fvisibility=default
1 parent 6eca7d2 commit 737e37a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Flecs is a powerful ECS framework written in C that provides high-performance da
3030

3131
```gradle
3232
dependencies {
33-
implementation 'io.github.elebras1:flecs-java:0.5.0'
34-
annotationProcessor 'io.github.elebras1:flecs-java:0.5.0'
33+
implementation 'io.github.elebras1:flecs-java:0.5.1'
34+
annotationProcessor 'io.github.elebras1:flecs-java:0.5.1'
3535
3636
}
3737
```

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ val compileFlecsNative by tasks.registering(Exec::class) {
158158
"-Ofast",
159159
archFlag,
160160
"-flto",
161-
"-fvisibility=hidden",
162161
"-fno-semantic-interposition",
163162
"-fno-plt",
164163
"-fomit-frame-pointer",

0 commit comments

Comments
 (0)