Skip to content

Commit

Permalink
make: Goddammit; I forgot a space...
Browse files Browse the repository at this point in the history
Signed-off-by: TunaCici <[email protected]>
  • Loading branch information
TunaCici committed Feb 10, 2024
1 parent 62c942f commit 27082c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ INCLUDES = \
-I Tests/googletest/googletest/include
CCFLAGS = ${INCLUDES} -march=armv8-a -mtune=cortex-a72 -mgeneral-regs-only \
-Wall -Wextra -ffreestanding -nostdlib -std=gnu99 -DDEBUG
CXXFLAGS = ${INCLUDES} -march=armv8-a -mtune=cortex-a72 -mgeneral-regs-only \
CXXFLAGS = ${INCLUDES} -march=armv8-a -mtune=cortex-a72 -mgeneral-regs-only \
-Wall -Wextra -ffreestanding -nostdlib -std=c++20 -DDEBUG
HOST_CCFLAGS = ${INCLUDES} -Wall -Wextra -std=gnu99 -g -m64
HOST_CXXFLAGS = ${INCLUDES} -Wall -Wextra -std=c++20 -g -m64
Expand Down

0 comments on commit 27082c5

Please sign in to comment.