mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-01-04 06:10:04 +03:00
Flush stdout on print to ensure it appears in systemd's journal logs
This ensures release builds use the same behavior as debug builds here. The benchmarks project does not spam print messages anyway, so performance should be identical to before.
This commit is contained in:
@@ -13,6 +13,7 @@ config_version=5
|
||||
config/name="Godot Benchmarks"
|
||||
run/main_scene="res://main.tscn"
|
||||
config/features=PackedStringArray("4.3")
|
||||
run/flush_stdout_on_print=true
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[autoload]
|
||||
|
||||
Reference in New Issue
Block a user