Skip to content

Commit

Permalink
readding flags Quarx2k#3
Browse files Browse the repository at this point in the history
Change-Id: I6f8adbbb2acfd49d38e123ff9ccfc564223e61de
  • Loading branch information
Highwind1991 committed Jun 27, 2015
1 parent a60b0a7 commit 23e2436
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,17 @@ KBUILD_CFLAGS += -Ofast -marm \
-frerun-cse-after-loop \
-fpeel-loops \
-fbtr-bb-exclusive \
-fcx-fortran-rules
-fcx-fortran-rules \
--param max-reload-search-insns=300 \
--param max-cselib-memory-locations=1500 \
--param max-sched-ready-insns=300 \
--param loop-invariant-max-bbs-in-loop=30000 \
--param inline-unit-growth=90 \
--param ipcp-unit-growth=30 \
--param large-stack-frame-growth=3000 \
--param gcse-cost-distance-ratio=30 \
--param gcse-unrestricted-cost=0 \
--param max-hoist-depth=0

endif

Expand Down

0 comments on commit 23e2436

Please sign in to comment.