We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aa93d commit 106fea9Copy full SHA for 106fea9
libcxx/test/benchmarks/spec.gen.py
@@ -45,7 +45,7 @@
45
tune = base
46
copies = 1
47
threads = 1
48
- CC = cc -O3
+ CC = cc -O3 -std=c18 -Wno-implicit-function-declaration
49
CXX = {cxx} {compile_flags} {flags} {link_flags} -Wno-error
50
CC_VERSION_OPTION = --version
51
CXX_VERSION_OPTION = --version
0 commit comments