Merge pull request #115868 from bruvzg/aslr_load_addr_fix
[macOS] Set `main` visibility to default.
This commit is contained in:
commit
a662390817
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
__attribute__((visibility("default"))) int main(int argc, char **argv) {
|
||||
godot_init_profiler();
|
||||
|
||||
#if defined(VULKAN_ENABLED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue