From 7648b5a7b22ae3b3e3a3fa39fd83bce06554385d Mon Sep 17 00:00:00 2001 From: turret Date: Mon, 18 Dec 2023 18:40:19 -0600 Subject: init: minor optimisations move spin locks to dedicated function so we can minimise repetition of code. now uses more C and less assembly. init.c uses 8192 * 512 as a maximum even if the stack rlimit is larger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6f1d56..5cc289e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -std=c99 -O3 -g -Wall -Wextra -Wpedantic -masm=intel +CFLAGS = -std=gnu99 -O3 -g -Wall -Wextra -Wpedantic -masm=intel CFLAGS += -Iinclude -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L CFLAGS += -Wno-unused-result LDFLAGS = -Tlinker.ld -no-pie -g -lcurl -- cgit v1.2.3