aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/rules.mk
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-07 09:44:40 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-07 09:44:40 +0200
commit5af2a08cfae5b1ecc21f9be3ddc20648415c3847 (patch)
tree9d011ab0e238f5ccc6969f7747fa7256d9b9dfbd /test/monniaux/rules.mk
parent1b4315d734f8b1173b5333cb7a650c0587b22aa3 (diff)
downloadcompcert-kvx-5af2a08cfae5b1ecc21f9be3ddc20648415c3847.tar.gz
compcert-kvx-5af2a08cfae5b1ecc21f9be3ddc20648415c3847.zip
tiff example
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 781b94c7..33a71a46 100644
--- a/test/monniaux/rules.mk
+++ b/test/monniaux/rules.mk
@@ -1,4 +1,4 @@
-ALL_CCOMPFLAGS=-fno-unprototyped
+ALL_CCOMPFLAGS+=-fno-unprototyped
CCOMP=ccomp-x86
CCOMPFLAGS=-g -O3 -Wall $(ALL_CCOMPFLAGS) $(ALL_CFLAGS)