Skip to content

Commit 106fea9

Browse files
committed
[libc++] Pin down the C version to use for SPEC
Also, disable a warning which allows additional benchmarks to build successfully.
1 parent 38aa93d commit 106fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/benchmarks/spec.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
tune = base
4646
copies = 1
4747
threads = 1
48-
CC = cc -O3
48+
CC = cc -O3 -std=c18 -Wno-implicit-function-declaration
4949
CXX = {cxx} {compile_flags} {flags} {link_flags} -Wno-error
5050
CC_VERSION_OPTION = --version
5151
CXX_VERSION_OPTION = --version

0 commit comments

Comments
 (0)