From d2d912c91dd951679fdc2281e60c79e5dc19d1a3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 18 Jan 2018 06:57:57 +0100 Subject: Remove O0 pragma from GuardIntervalInserter --- src/GuardIntervalInserter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/GuardIntervalInserter.cpp') 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", -- cgit v1.2.3