Skip to content

Commit

Permalink
Given that interpret.c has many loops, let O3 make the decision for u…
Browse files Browse the repository at this point in the history
…nrolling
  • Loading branch information
stevegrubb committed Mar 11, 2024
1 parent 85dc7d4 commit 4204b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auparse/interpret.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
// ensure that it is optimized the most without making all of the audit
// subsystem bigger.
#pragma GCC optimize("O3")
#pragma GCC optimize("-funroll-loops")

#include "auparse-defs.h"
#include "gen_tables.h"
Expand Down

0 comments on commit 4204b16

Please sign in to comment.