We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad654d0 commit 1ef7092Copy full SHA for 1ef7092
src/util/options.cpp
@@ -52,12 +52,12 @@ bool get_verbose(options const & opts) {
52
}
53
54
/* getDefaultVerbose (_ : Unit) : Bool */
55
-extern "C" uint8 lean_internal_get_default_verbose(obj_arg) {
+extern "C" LEAN_EXPORT uint8 lean_internal_get_default_verbose(obj_arg) {
56
return LEAN_DEFAULT_VERBOSE;
57
58
59
/* getDefaultOptions (_ : Unit) : Options */
60
-extern "C" obj_res lean_internal_get_default_options(obj_arg) {
+extern "C" LEAN_EXPORT obj_res lean_internal_get_default_options(obj_arg) {
61
return get_default_options().steal();
62
63
0 commit comments