Skip to content

Commit

Permalink
Remove GCC optimization flags from header
Browse files Browse the repository at this point in the history
They cause compile errors in std::set.
  • Loading branch information
SuprDewd committed Dec 30, 2024
1 parent dd7f968 commit 8307793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/header.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma GCC optimize("Ofast","unroll-loops")
#pragma GCC target("avx2,fma")
#include <bits/stdc++.h>
using namespace std;
#define rep(i,a,b) for (__typeof(a) i=(a); i<(b); ++i)
Expand Down

0 comments on commit 8307793

Please sign in to comment.