Skip to content

Commit 8307793

Browse files
committed
Remove GCC optimization flags from header
They cause compile errors in std::set.
1 parent dd7f968 commit 8307793

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/header.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#pragma GCC optimize("Ofast","unroll-loops")
2-
#pragma GCC target("avx2,fma")
31
#include <bits/stdc++.h>
42
using namespace std;
53
#define rep(i,a,b) for (__typeof(a) i=(a); i<(b); ++i)

0 commit comments

Comments
 (0)