diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-04-24 21:23:21 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-04-24 21:23:25 +0200 |
commit | 34563dda0ccfc34ce62f0bfcfc20f2b0fa48833e (patch) | |
tree | 8efcb8cc9011daf0dba9685702fb9d1f1b931f8c | |
parent | 4fcbc7f053d4af45d0757f1d7fe693ac6375b49f (diff) |
Remove glibcxx_debug as it causes issues with opendht for some reason
-rw-r--r-- | backend/ninja/Ninja.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ninja/Ninja.cpp b/backend/ninja/Ninja.cpp index 3d8731b..6b013c4 100644 --- a/backend/ninja/Ninja.cpp +++ b/backend/ninja/Ninja.cpp @@ -631,7 +631,7 @@ namespace backend { case Compiler::GCC: { - optimizationFlags = "'-O0' -D_GLIBCXX_DEBUG"; + optimizationFlags = "'-O0'"; break; } case Compiler::MSVC: |