]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/conftest.c
only add -mtune=native if it works
[xonotic/xonotic.git] / misc / tools / conftest.c
diff --git a/misc/tools/conftest.c b/misc/tools/conftest.c
new file mode 100644 (file)
index 0000000..d6cfa6b
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main()
+{
+       printf("Hello, world!\n");
+       return 0;
+}