aboutsummaryrefslogtreecommitdiff
path: root/kdebug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kdebug/Makefile')
-rw-r--r--kdebug/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdebug/Makefile b/kdebug/Makefile
index 0e8c11f..35a16d0 100644
--- a/kdebug/Makefile
+++ b/kdebug/Makefile
@@ -10,7 +10,7 @@ shell: exit
./test-kernel.sh
exit: exit.c
- $(CC) -O2 $< -o $@ --static
+ $(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@ --static
all:
@echo cd to kdebug to test a kernel build