emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sqlite3 48c913559f 03/62: -std=c99 to Makefile


From: ELPA Syncer
Subject: [nongnu] elpa/sqlite3 48c913559f 03/62: -std=c99 to Makefile
Date: Tue, 14 Mar 2023 11:01:44 -0400 (EDT)

branch: elpa/sqlite3
commit 48c913559f489c8f8d7c0f658a9cdc84282b5934
Author: Y. N. Lo <gordonynlo@yahoo.com>
Commit: Y. N. Lo <gordonynlo@yahoo.com>

    -std=c99 to Makefile
---
 Makefile               |   2 +-
 sqlite3-napi-module.so | Bin 0 -> 31944 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 830c5dd101..6583693de4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC = gcc
-CFLAGS = -g3 -Wall
+CFLAGS = -g3 -Wall -std=c99
 EMACS=$(HOME)/test-emacs/bin/emacs
 
 all: sqlite3-napi-module.so
diff --git a/sqlite3-napi-module.so b/sqlite3-napi-module.so
new file mode 100755
index 0000000000..1a341eb5af
Binary files /dev/null and b/sqlite3-napi-module.so differ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]