aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/wm.c2
-rw-r--r--boot/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/wm.c b/apps/wm.c
index 8a6cb55..de9a1d7 100644
--- a/apps/wm.c
+++ b/apps/wm.c
@@ -12,7 +12,7 @@
#include <sys.h>
#include <vesa.h>
-#define MOUSE_SKIP 5 // => Every move % n != 0 gets skipped
+#define MOUSE_SKIP 2 // => Every move % n != 0 gets skipped
static struct vbe vbe;
static struct window direct; // Direct video memory window
diff --git a/boot/Makefile b/boot/Makefile
index a3cec04..c789782 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -5,7 +5,7 @@ LD = ../cross/opt/bin/i686-elf-ld
OC = ../cross/opt/bin/i686-elf-objcopy
AS = nasm
-CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors
+CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors -Ofast
ASFLAGS = -f elf32