MAINT Don't include debug symbols in distribution (#2050)

This commit is contained in:
Hood Chatham 2021-12-17 13:08:25 -08:00 committed by GitHub
parent 0b9f33c763
commit 5b085e7aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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=\