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 28e170d commit cec6f80Copy full SHA for cec6f80
win32.cjs
@@ -19,12 +19,6 @@ const amx = [
19
*/
20
const allCombinations = generateAllCombinations(avx, amx);
21
22
-allCombinations.push([["-none", ""]]);
23
-allCombinations.push([
24
- ["-univ", avx.map((x) => x[1]).join(" ")],
25
- ["-famx", amx.map((x) => x[1]).join(" ")],
26
-]);
27
-
28
// { flags: string, suffix: string }
29
const out = [];
30
0 commit comments