We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c070f4 commit 28720ffCopy full SHA for 28720ff
src/julia_assert.h
@@ -10,6 +10,7 @@
10
// Files that need `assert` should include this file after all other includes.
11
// All files should also check `JL_NDEBUG` instead of `NDEBUG`.
12
13
+#pragma GCC visibility push(default)
14
#ifdef NDEBUG
15
# ifndef JL_NDEBUG
16
# undef NDEBUG
@@ -28,3 +29,4 @@
28
29
# include <assert.h>
30
# endif
31
#endif
32
+#pragma GCC visibility pop
0 commit comments