Advertisement
Guest User

Untitled

a guest
May 27th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Bugs for gcc >=5.x
  2. ifneq ($(filter 5.1.x-sabermod 6.0.x-sabermod,$(SM_KERNEL_NAME)),)
  3. CFLAGS_nf_conntrack_core.o := -fno-loop-parallelize-all -ftree-parallelize-loops=1
  4. endif
  5.  
  6. ifneq ($(GRAPHITE_UNROLL_AND_JAM),)
  7. CFLAGS_nf_conntrack_core.o += -fno-loop-unroll-and-jam
  8. CFLAGS_xt_hashlimit.o := -fno-loop-unroll-and-jam
  9. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement