gcd, format_{bytes,time} : Fixed arm compilation errors

This commit is contained in:
saundersp
2025-03-30 13:47:45 +02:00
parent 737336731a
commit a0c77d9eef
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
CXX := g++
CFLAGS := -std=c++11 -m64 -Wall -Werror -Wextra -O3
CFLAGS := -std=c++11 -Wall -Werror -Wextra -O3
.PHONY: all
all: bin/format_bytes