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.
2 parents dc57afb + a4f58dc commit 1735e86Copy full SHA for 1735e86
utils/meson.build
@@ -0,0 +1,6 @@
1
+libcpuinfo = []
2
+
3
+libcpuinfo += static_library('cpuinfo',
4
+ files('cpuinfo.cpp'),
5
+ cpp_args : ['-O3'],
6
+)
0 commit comments