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 fde93df commit 6c83f82Copy full SHA for 6c83f82
tools/linux.py
@@ -19,6 +19,8 @@ def generate(env):
19
elif env.use_hot_reload:
20
# Required for extensions to truly unload.
21
env.Append(CXXFLAGS=["-fno-gnu-unique"])
22
+ # Reload won't work with "use_static_cpp", so disable it.
23
+ env["use_static_cpp"] = False
24
25
env.Append(CCFLAGS=["-fPIC", "-Wwrite-strings"])
26
env.Append(LINKFLAGS=["-Wl,-R,'$$ORIGIN'"])
0 commit comments