config.h: Enable proxy timeout only on stage1 builds

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2022-07-30 10:54:06 +09:00
parent f61e5d4958
commit 4fd7b1cefd

View file

@ -21,7 +21,9 @@
#ifdef RELEASE
# define FB_SILENT_MODE
# define EARLY_PROXY_TIMEOUT 5
# ifdef CHAINLOADING
# define EARLY_PROXY_TIMEOUT 5
# endif
#endif
#endif