From 56700684e2586ccc3440080620212dc62ac0d019 Mon Sep 17 00:00:00 2001 From: SuperCreative Date: Wed, 6 Apr 2022 23:13:17 +0900 Subject: [PATCH] =?UTF-8?q?BUILDMODE=3D=20static=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20mixed=EC=97=90=EC=84=9C=20static=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index f56465d1..ef2e6b04 100644 --- a/src/Makefile +++ b/src/Makefile @@ -71,10 +71,10 @@ CCWARN= -Wall # as dynamic mode. # # Mixed mode creates a static + dynamic library and a statically linked luajit. -BUILDMODE= mixed +#BUILDMODE= mixed # # Static mode creates a static library and a statically linked luajit. -#BUILDMODE= static +BUILDMODE= static # # Dynamic mode creates a dynamic library and a dynamically linked luajit. # Note: this executable will only run when the library is installed!