From 5d73ba1059771f3226c1f45d41a9e3f52d68ee3d Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 15 Sep 2025 15:51:13 -0400 Subject: begin init staging refactor --- compile_commands.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'compile_commands.json') diff --git a/compile_commands.json b/compile_commands.json index 83764f8..aee676c 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -33,12 +33,10 @@ "arguments": [ "/home/jon/prg/jove/tools/bin/x86_64-jove-gcc", "-ffreestanding", - "-mno-sse", "-nostdlib", - "-fno-pie", - "-fno-pic", "-g", "-I/home/jon/prg/jove/sysroot/usr/include", + "-I.", "-c", "main.c", "-o", -- cgit v1.2.1