diff options
-rw-r--r-- | .github/workflows/emscripten.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 964c53b..506cbee 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml | |||
@@ -61,7 +61,7 @@ jobs: | |||
61 | - name: "Configure CMake" | 61 | - name: "Configure CMake" |
62 | run: emcmake cmake -Bbuild | 62 | run: emcmake cmake -Bbuild |
63 | env: | 63 | env: |
64 | CFLAGS: "-ggdb -fsanitize=address" | 64 | CFLAGS: "-gsource-map -fsanitize=address" |
65 | LDFLAGS: "-fsanitize=address" | 65 | LDFLAGS: "-fsanitize=address" |
66 | 66 | ||
67 | - name: "Build" | 67 | - name: "Build" |