From cc3097133c7974b4c9b64ad75bc2155bb69a92f2 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Wed, 9 Jul 2025 13:22:39 +0800 Subject: [PATCH] bin/cpubench: disable `-g` for float_wrf (CE) --- src/bin/cpubench.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/cpubench.ts b/src/bin/cpubench.ts index e7f8edf..256fe28 100644 --- a/src/bin/cpubench.ts +++ b/src/bin/cpubench.ts @@ -99,7 +99,6 @@ const cpubenchConfig = cpubench.renderConfig({ ...sw64TargetOptions({ simd: argv.simd }), ...optimizeFlags, ...argv.allowMisaligned ? ["-mllvm", sw64UnalignedFlag] : [], - "-g", sunway.mcpu(sunwayGeneration), ], benchmarks: argv.benchmarks as cpubench.CPUBenchConfigOptions["benchmarks"],