We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230ea9d commit 51734a2Copy full SHA for 51734a2
Makefile
@@ -1,7 +1,7 @@
1
# Compiler flags
2
AARCH64_TOOLCHAIN_DIR = build/aarch64-unknown-linux-gnu
3
ARMGNU = $(AARCH64_TOOLCHAIN_DIR)/bin/aarch64-unknown-linux-gnu
4
-CFLAGS = -Wall -Wextra -ffreestanding -mgeneral-regs-only -MMD -mcpu=$(CPU)
+CFLAGS = -Wall -Wextra -ffreestanding -mgeneral-regs-only -mcpu=$(CPU)
5
ASMFLAGS = -MMD
6
LDFLAGS = -nostdlib -nostartfiles
7
0 commit comments