Warn about speedrun mode
parent
83d90d2bea
commit
46b9010b76
4
main.c
4
main.c
|
@ -461,6 +461,10 @@ int main(int argc, char *argv[]) {
|
||||||
};
|
};
|
||||||
wl_list_init(&ctx.outputs);
|
wl_list_init(&ctx.outputs);
|
||||||
|
|
||||||
|
#ifdef SPEEDRUN
|
||||||
|
fprintf(stderr, "warning: speedrun mode enabled\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
int opt;
|
int opt;
|
||||||
while ((opt = getopt(argc, argv, "hT:t:g:d:l:L:")) != -1) {
|
while ((opt = getopt(argc, argv, "hT:t:g:d:l:L:")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
|
|
Loading…
Reference in New Issue