mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
eliminate "already defined" warning when passing TRACY_DELAYED_INIT to the compiler on Apple clients
This commit is contained in:
@@ -83,7 +83,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
# define TRACY_DELAYED_INIT
|
||||
# ifndef TRACY_DELAYED_INIT
|
||||
# define TRACY_DELAYED_INIT
|
||||
# endif
|
||||
#else
|
||||
# ifdef __GNUC__
|
||||
# define init_order( val ) __attribute__ ((init_priority(val)))
|
||||
|
||||
Reference in New Issue
Block a user