File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ def parseScript(test, preamble):
172172 f"{ compileFlags } "
173173 "-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal "
174174 "-fmodule-file=std=%T/std.pcm " # The std.compat module imports std.
175- "-fexperimental-modules-reduced-bmi "
176175 "--precompile -o %T/std.compat.pcm -c %{module-dir}/std.compat.cppm" ,
177176 )
178177 moduleCompileFlags .extend (
@@ -189,7 +188,6 @@ def parseScript(test, preamble):
189188 "%dbg(MODULE std) %{cxx} %{flags} "
190189 f"{ compileFlags } "
191190 "-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal "
192- "-fexperimental-modules-reduced-bmi "
193191 "--precompile -o %T/std.pcm -c %{module-dir}/std.cppm" ,
194192 )
195193 moduleCompileFlags .extend (["-fmodule-file=std=%T/std.pcm" , "%T/std.pcm" ])
You can’t perform that action at this time.
0 commit comments