chore: add .r_history to gitignore and strip strict compiler flags from Makefile

This commit is contained in:
2025-03-20 00:18:41 +00:00
parent d4867f571e
commit 4b44ad85ec
4 changed files with 489 additions and 305 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -Wall -Werror -Wextra -Ofast -std=c2x
CFLAGS = -Ofast
all: build run valgrind build_risspam run_risspam