Updated Dockerfile to use gcc
isspam build / build (push) Failing after 1m58s

Added borded cpp to bench
Made borded part of make all
This commit is contained in:
BordedDev
2025-03-20 23:32:24 +01:00
parent b24b1b933c
commit fbb1db28d7
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Ofast
all: build run valgrind build_risspam run_risspam build_cpp
all: build run valgrind build_risspam run_risspam build_cpp build_borded_cpp
build:
@echo "Compiling retoor_c project.".