Skip to content

Commit

Permalink
Use cflags since cpp is only used as preprocessor for asm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Mar 26, 2024
1 parent 2f31cf4 commit c21ea34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninja-toolchains/msvc.ninja_template
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ rule asm
description = ASM $out

rule cpp
command = $CL -nologo -showIncludes -EP -P $includes $CXXFLAGS $cflags -c $in -Fi$out
command = $CL -nologo -showIncludes -EP -P $includes $CFLAGS $cflags -c $in -Fi$out
description = CPP $out
deps = msvc

0 comments on commit c21ea34

Please sign in to comment.