aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-18 06:57:57 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-18 06:57:57 +0100
commitd2d912c91dd951679fdc2281e60c79e5dc19d1a3 (patch)
treef66b18b53b90a1bf622a1a651d00f2d25784e068 /src
parent1035eb6574ac4062333e756a1ba4f47a4bfa9855 (diff)
downloaddabmod-d2d912c91dd951679fdc2281e60c79e5dc19d1a3.tar.gz
dabmod-d2d912c91dd951679fdc2281e60c79e5dc19d1a3.tar.bz2
dabmod-d2d912c91dd951679fdc2281e60c79e5dc19d1a3.zip
Remove O0 pragma from GuardIntervalInserter
Diffstat (limited to 'src')
-rw-r--r--src/GuardIntervalInserter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GuardIntervalInserter.cpp b/src/GuardIntervalInserter.cpp
index afb9213..79692f5 100644
--- a/src/GuardIntervalInserter.cpp
+++ b/src/GuardIntervalInserter.cpp
@@ -97,8 +97,6 @@ void GuardIntervalInserter::update_window(size_t new_window_overlap)
}
}
-#pragma GCC optimize ("O0")
-
int GuardIntervalInserter::process(Buffer* const dataIn, Buffer* dataOut)
{
PDEBUG("GuardIntervalInserter::process(dataIn: %p, dataOut: %p)\n",