summaryrefslogtreecommitdiff
path: root/userland/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userland/test/Makefile')
-rw-r--r--userland/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/test/Makefile b/userland/test/Makefile
index 76cf844..8c59229 100644
--- a/userland/test/Makefile
+++ b/userland/test/Makefile
@@ -1,5 +1,5 @@
CC="i686-sb-gcc"
-CFLAGS = -O2 -Wall -Wextra -pedantic -Wimplicit-fallthrough -static
+CFLAGS = -g -Wall -Wextra -pedantic -Wimplicit-fallthrough -static
BINS=test
all: $(BINS)