about summary refs log tree commit diff
path: root/premake5.lua
diff options
context:
space:
mode:
authorPjotr Prins2025-11-22 11:56:58 +0100
committerPjotr Prins2025-11-22 11:56:58 +0100
commit5b6b5e2ad97b4733125c0845cfae007e8094a687 (patch)
treea44eee936913cadac545c3e71dfc8257c1d1caf3 /premake5.lua
parent8842a9544bf25041afc52c4481ff7e80bbd55a54 (diff)
downloadpangemma-5b6b5e2ad97b4733125c0845cfae007e8094a687.tar.gz
Call guile code inline from C HEAD master
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 40aaa01..f966e8a 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -47,6 +47,7 @@ project "gemma"
    kind "ConsoleApp"
    defines { "OPENBLAS" }
    language "C++"
+   buildoptions { "-Wfatal-errors" }
    objdir "build/"
    targetdir "build/bin/%{cfg.buildcfg}"