From 5b085e7aa3de1ecca0da4e7635bc69de10ab9629 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Fri, 17 Dec 2021 13:08:25 -0800 Subject: [PATCH] MAINT Don't include debug symbols in distribution (#2050) --- Makefile.envs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.envs b/Makefile.envs index ebff31336..b1602c6e4 100644 --- a/Makefile.envs +++ b/Makefile.envs @@ -27,10 +27,9 @@ export PYODIDE_BASE_URL?=./ export PYODIDE=1 # This is the legacy environment variable used for the aforementioned purpose export PYODIDE_PACKAGE_ABI=1 -# # export DBGFLAGS=-g3 -gseparate-dwarf -sSEPARATE_DWARF_URL=http://localhost:8001/ -export DBGFLAGS=-g +export DBGFLAGS=-g0 export OPTFLAGS=-O2 export CFLAGS_BASE=\