mirror of https://github.com/pyodide/pyodide.git
MAINT Don't include debug symbols in distribution (#2050)
This commit is contained in:
parent
0b9f33c763
commit
5b085e7aa3
|
@ -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=\
|
||||
|
|
Loading…
Reference in New Issue