Skip to content

Commit

Permalink
Fix commandline argument --burst-disable-compilation is to be passe…
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Jan 18, 2025
1 parent c8c88fe commit 5546c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ define cover
$(UNITY) \
$(call base_arguments) \
$(call test_arguments) \
-burst-disable-compilation \
--burst-disable-compilation \
-debugCodeOptimization \
-enableCodeCoverage \
-coverageResultsPath $(LOG_DIR) \
Expand Down

0 comments on commit 5546c57

Please sign in to comment.