Skip to content

Commit 7c29ac0

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Test Pyodide builds
1 parent 0e98a01 commit 7c29ac0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_libtcod.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,12 @@ def walk_sources(directory: str) -> Iterator[str]:
195195
MSVC_CFLAGS = {"DEBUG": ["/Od"], "RELEASE": ["/GL", "/O2", "/GS-", "/wd4996"]}
196196
MSVC_LDFLAGS: dict[str, list[str]] = {"DEBUG": [], "RELEASE": ["/LTCG"]}
197197
GCC_CFLAGS = {
198-
"DEBUG": ["-std=c99", "-Og", "-g", "-fPIC"],
198+
"DEBUG": ["-std=c99", "-Og", "-g"],
199199
"RELEASE": [
200200
"-std=c99",
201201
"-flto",
202202
"-O3",
203203
"-g",
204-
"-fPIC",
205204
"-Wno-deprecated-declarations",
206205
"-Wno-discarded-qualifiers", # Ignore discarded restrict qualifiers.
207206
],

0 commit comments

Comments
 (0)