From dfb790ab064746bbfa2e2da5c634ca8038d91e6c Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 27 Mar 2025 10:35:35 +0100 Subject: Compile: Better alloc & refc debug facilities --- src/Compile/Exec.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Compile/Exec.hs') diff --git a/src/Compile/Exec.hs b/src/Compile/Exec.hs index b01b715..9b29486 100644 --- a/src/Compile/Exec.hs +++ b/src/Compile/Exec.hs @@ -39,7 +39,8 @@ buildKernel csource funnames = do ,"-shared", "-fPIC" ,"-std=c99", "-x", "c" ,"-o", outso, "-" - ,"-Wall", "-Wextra", "-Wno-unused-variable", "-Wno-unused-parameter"] + ,"-Wall", "-Wextra" + ,"-Wno-unused-variable", "-Wno-unused-parameter", "-Wno-unused-function"] (ec, gccStdout, gccStderr) <- readProcessWithExitCode "gcc" args csource -- Print the source before the GCC output. -- cgit v1.2.3-70-g09d2