From 5ab8bb9c497f673a81da693e9aacc78210718000 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 26 Mar 2024 20:00:41 +0100 Subject: Kernel: Implement more API calls. Signed-off-by: Amlal El Mahrouss --- Public/Developer/System.Core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Developer/System.Core/Makefile') diff --git a/Public/Developer/System.Core/Makefile b/Public/Developer/System.Core/Makefile index c4a97c30..11e4760f 100644 --- a/Public/Developer/System.Core/Makefile +++ b/Public/Developer/System.Core/Makefile @@ -4,7 +4,7 @@ ################################################## CC=x86_64-w64-mingw32-g++ -CCFLAGS=-shared -ffreestanding -nostdlib -fno-rtti -fno-exceptions -std=c++20 -Xlinker --subsystem=17 +CCFLAGS=-shared -ffreestanding -D__SINGLE_PRECISION__ -nostdlib -fno-rtti -fno-exceptions -std=c++20 -Xlinker --subsystem=17 OUTPUT=System.Core.lib .PHONY: build-core-amd64 -- cgit v1.2.3