summarylogtreecommitdiffstats
path: root/posixsignalmanager-fix-tests.patch
blob: 16ec2253bddecb02d949b53a61690624d54fc680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/tests.cpp b/tests/tests.cpp
index dde82e5..30f460e 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1,5 +1,7 @@
 // SPDX-License-Identifier: BSL-1.0
 
+#pragma GCC optimize("O1")
+
 #if __has_include(<aio.h>)
 #include <aio.h>
 #endif