Skip to content

Commit fb18848

Browse files
Remove visibility level configuration section (#254)
Removed section on setting visibility level for targets.
1 parent 36603da commit fb18848

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/guide/project-configuration/configure-targets.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -361,14 +361,6 @@ target("lib")
361361
set_symbols("hidden") -- hide symbols, reduce export table size
362362
```
363363

364-
### Setting Visibility Level
365-
366-
```lua
367-
target("lib")
368-
set_kind("shared")
369-
set_visibility("hidden") -- set default visibility to hidden
370-
```
371-
372364
## Target Optimization Configuration {#configure-target-optimization}
373365

374366
### Setting Optimization Level

0 commit comments

Comments
 (0)