From 7ab124c8818d69b3feb0ae4432829b1479d5f347 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Oct 2024 14:08:41 -0300 Subject: queue.scm: Remove SQLITE_CORE and -flto --- src/org/euandre/queue.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index 60d5e52..cd4fe29 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -1863,7 +1863,6 @@ SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig"))) '("CFLAGS=" "-D_POSIX_C_SOURCE=200809L" "-D_XOPEN_SOURCE=700" - "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_DQS=0" @@ -1896,7 +1895,6 @@ SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig"))) "-O3" "-march=native" "-std=c99" - "-flto" "-Wvla" "-fPIE")) "LDFLAGS=--static -flto"))) -- cgit v1.2.3