aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMoustaphaSaad <moustapha.saad.abdelhamed@gmail.com>2024-06-07 18:26:36 +0300
committerTheo Buehler <tb@openbsd.org>2024-06-19 14:06:09 +0200
commitf788dea498c3a27a39236b8a8fb0e2186ed21cd1 (patch)
tree96735d0df23affb9bb82011e2a854d08c39626bf /.github
parent075c0a01e9ced22d3fcf734ef20f62529f395b54 (diff)
downloadportable-f788dea498c3a27a39236b8a8fb0e2186ed21cd1.tar.gz
portable-f788dea498c3a27a39236b8a8fb0e2186ed21cd1.tar.bz2
portable-f788dea498c3a27a39236b8a8fb0e2186ed21cd1.zip
use -gsource-map instead of -ggdb
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/emscripten.yml2
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"