aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/rules.mk
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-17 16:41:11 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-17 16:41:11 +0200
commit31802695bf6673831674836817456142ab293e6b (patch)
treedf6234b25beeed38a2a80a0a2a366082e026597c /test/monniaux/rules.mk
parent879b51d3e6166d04ad69e71c44bcfbb502e5f2c9 (diff)
downloadcompcert-kvx-31802695bf6673831674836817456142ab293e6b.tar.gz
compcert-kvx-31802695bf6673831674836817456142ab293e6b.zip
(#142) Desactivating scheduling when using -O1 optimization
Diffstat (limited to 'test/monniaux/rules.mk')
-rw-r--r--test/monniaux/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/rules.mk b/test/monniaux/rules.mk
index 454e61e6..4dfeac3b 100644
--- a/test/monniaux/rules.mk
+++ b/test/monniaux/rules.mk
@@ -33,7 +33,7 @@ GCC2FLAGS?=$(ALL_GCCFLAGS) -O2
GCC3FLAGS?=$(ALL_GCCFLAGS) -O3
GCC4FLAGS?=
CCOMP0FLAGS?=
-CCOMP1FLAGS?=$(ALL_CCOMPFLAGS) -fno-postpass
+CCOMP1FLAGS?=$(ALL_CCOMPFLAGS) -O1
CCOMP2FLAGS?=$(ALL_CCOMPFLAGS)
CCOMP3FLAGS?=
CCOMP4FLAGS?=