Created
April 1, 2022 18:02
-
-
Save Frityet/4f225acd871bb632929424f3145a91ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin/emcc -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -o build/.objs/client/wasm/x86_64/debug/Client/src/main.c.o Client/src/main.c | |
/usr/local/bin/emcc -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -o build/.objs/client/wasm/x86_64/debug/Client/src/rendering/render_main.c.o Client/src/rendering/render_main.c | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang" -target wasm32-unknown-emscripten -D__EMSCRIPTEN_SHARED_MEMORY__=1 -DEMSCRIPTEN -D__EMSCRIPTEN_major__=3 -D__EMSCRIPTEN_minor__=1 -D__EMSCRIPTEN_tiny__=7 -fignore-exceptions -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -Werror=implicit-function-declaration -Xclang -iwithsysroot/include/SDL --sysroot=/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -Xclang -iwithsysroot/include/compat -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer build/.objs/client/wasm/x86_64/debug/Client/src/rendering/shaders/test.glsl.o.c -o build/.objs/client/wasm/x86_64/debug/Client/src/rendering/shaders/test.glsl.o | |
clang version 15.0.0 (https://github.com/llvm/llvm-project.git fbce4a78035c32792b0a13cf1f169048b822c06b) | |
Target: wasm32-unknown-emscripten | |
Thread model: posix | |
InstalledDir: /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin | |
(in-process) | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang-15" -cc1 -triple wasm32-unknown-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name test.glsl.o.c -mrelocation-model static -mframe-pointer=all -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-feature +atomics -target-feature +bulk-memory -target-feature +mutable-globals -target-feature +sign-ext -target-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -target-linker-version 711 -v -fcoverage-compilation-dir=/Users/Frityet/Documents/WurstLink -resource-dir /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0 -D __EMSCRIPTEN_SHARED_MEMORY__=1 -D EMSCRIPTEN -D __EMSCRIPTEN_major__=3 -D __EMSCRIPTEN_minor__=1 -D __EMSCRIPTEN_tiny__=7 -I Client/src -I Client/src/include -I /usr/local/Cellar/emscripten/3.1.7/libexec/system/include -isysroot /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include -O0 -Werror=implicit-function-declaration -Wall -Wextra -Werror -fdebug-compilation-dir=/Users/Frityet/Documents/WurstLink -ferror-limit 19 -fvisibility default -fsanitize=address,leak,alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,return,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,unreachable,vla-bound,vptr -fsanitize-recover=alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,vla-bound,vptr -fsanitize-address-use-after-scope -fsanitize-address-globals-dead-stripping -fno-assume-sane-operator-new -pthread -fgnuc-version=4.2.1 -fignore-exceptions -fcolor-diagnostics -iwithsysroot/include/SDL -iwithsysroot/include/compat -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -o build/.objs/client/wasm/x86_64/debug/Client/src/rendering/shaders/test.glsl.o -x c build/.objs/client/wasm/x86_64/debug/Client/src/rendering/shaders/test.glsl.o.c | |
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-apple-darwin21.3.0 | |
ignoring nonexistent directory "/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
Client/src | |
Client/src/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/system/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/SDL | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/compat | |
/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include | |
End of search list. | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang" -target wasm32-unknown-emscripten -D__EMSCRIPTEN_SHARED_MEMORY__=1 -DEMSCRIPTEN -D__EMSCRIPTEN_major__=3 -D__EMSCRIPTEN_minor__=1 -D__EMSCRIPTEN_tiny__=7 -fignore-exceptions -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -Werror=implicit-function-declaration -Xclang -iwithsysroot/include/SDL --sysroot=/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -Xclang -iwithsysroot/include/compat -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -MMD -MF /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_EC94CBA859644D20876F1D09A6238A30 -fdiagnostics-color=always Client/src/game/components/transform.c -o build/.objs/client/wasm/x86_64/debug/Client/src/game/components/transform.c.o | |
clang version 15.0.0 (https://github.com/llvm/llvm-project.git fbce4a78035c32792b0a13cf1f169048b822c06b) | |
Target: wasm32-unknown-emscripten | |
Thread model: posix | |
InstalledDir: /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin | |
(in-process) | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang-15" -cc1 -triple wasm32-unknown-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name transform.c -mrelocation-model static -mframe-pointer=all -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-feature +atomics -target-feature +bulk-memory -target-feature +mutable-globals -target-feature +sign-ext -target-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -target-linker-version 711 -v -fcoverage-compilation-dir=/Users/Frityet/Documents/WurstLink -resource-dir /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0 -dependency-file /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_EC94CBA859644D20876F1D09A6238A30 -MT build/.objs/client/wasm/x86_64/debug/Client/src/game/components/transform.c.o -D __EMSCRIPTEN_SHARED_MEMORY__=1 -D EMSCRIPTEN -D __EMSCRIPTEN_major__=3 -D __EMSCRIPTEN_minor__=1 -D __EMSCRIPTEN_tiny__=7 -I Client/src -I Client/src/include -I /usr/local/Cellar/emscripten/3.1.7/libexec/system/include -isysroot /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include -O0 -Werror=implicit-function-declaration -Wall -Wextra -Werror -fdebug-compilation-dir=/Users/Frityet/Documents/WurstLink -ferror-limit 19 -fvisibility default -fsanitize=address,leak,alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,return,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,unreachable,vla-bound,vptr -fsanitize-recover=alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,vla-bound,vptr -fsanitize-address-use-after-scope -fsanitize-address-globals-dead-stripping -fno-assume-sane-operator-new -pthread -fgnuc-version=4.2.1 -fignore-exceptions -fcolor-diagnostics -iwithsysroot/include/SDL -iwithsysroot/include/compat -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -o build/.objs/client/wasm/x86_64/debug/Client/src/game/components/transform.c.o -x c Client/src/game/components/transform.c | |
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-apple-darwin21.3.0 | |
ignoring nonexistent directory "/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
Client/src | |
Client/src/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/system/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/SDL | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/compat | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang" -target wasm32-unknown-emscripten -D__EMSCRIPTEN_SHARED_MEMORY__=1 -DEMSCRIPTEN -D__EMSCRIPTEN_major__=3 -D__EMSCRIPTEN_minor__=1 -D__EMSCRIPTEN_tiny__=7 -fignore-exceptions -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -Werror=implicit-function-declaration -Xclang -iwithsysroot/include/SDL --sysroot=/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -Xclang -iwithsysroot/include/compat -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -MMD -MF /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_C9C75A068533440082C53102E8B8E240 -fdiagnostics-color=always Client/src/game/game_main.c -o build/.objs/client/wasm/x86_64/debug/Client/src/game/game_main.c.o | |
clang version 15.0.0 (https://github.com/llvm/llvm-project.git fbce4a78035c32792b0a13cf1f169048b822c06b) | |
Target: wasm32-unknown-emscripten | |
Thread model: posix | |
InstalledDir: /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin | |
(in-process) | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang-15" -cc1 -triple wasm32-unknown-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name game_main.c -mrelocation-model static -mframe-pointer=all -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-feature +atomics -target-feature +bulk-memory -target-feature +mutable-globals -target-feature +sign-ext -target-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -target-linker-version 711 -v -fcoverage-compilation-dir=/Users/Frityet/Documents/WurstLink -resource-dir /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0 -dependency-file /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_C9C75A068533440082C53102E8B8E240 -MT build/.objs/client/wasm/x86_64/debug/Client/src/game/game_main.c.o -D __EMSCRIPTEN_SHARED_MEMORY__=1 -D EMSCRIPTEN -D __EMSCRIPTEN_major__=3 -D __EMSCRIPTEN_minor__=1 -D __EMSCRIPTEN_tiny__=7 -I Client/src -I Client/src/include -I /usr/local/Cellar/emscripten/3.1.7/libexec/system/include -isysroot /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include -O0 -Werror=implicit-function-declaration -Wall -Wextra -Werror -fdebug-compilation-dir=/Users/Frityet/Documents/WurstLink -ferror-limit 19 -fvisibility default -fsanitize=address,leak,alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,return,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,unreachable,vla-bound,vptr -fsanitize-recover=alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,vla-bound,vptr -fsanitize-address-use-after-scope -fsanitize-address-globals-dead-stripping -fno-assume-sane-operator-new -pthread -fgnuc-version=4.2.1 -fignore-exceptions -fcolor-diagnostics -iwithsysroot/include/SDL -iwithsysroot/include/compat -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -o build/.objs/client/wasm/x86_64/debug/Client/src/game/game_main.c.o -x c Client/src/game/game_main.c | |
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-apple-darwin21.3.0 | |
ignoring nonexistent directory "/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
Client/src | |
Client/src/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/system/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/SDL | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/compat | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang" -target wasm32-unknown-emscripten -D__EMSCRIPTEN_SHARED_MEMORY__=1 -DEMSCRIPTEN -D__EMSCRIPTEN_major__=3 -D__EMSCRIPTEN_minor__=1 -D__EMSCRIPTEN_tiny__=7 -fignore-exceptions -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -Werror=implicit-function-declaration -Xclang -iwithsysroot/include/SDL --sysroot=/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -Xclang -iwithsysroot/include/compat -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -MMD -MF /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_5D8705A97611442084CC05F49E646240 -fdiagnostics-color=always Client/src/networking/network_main.c -o build/.objs/client/wasm/x86_64/debug/Client/src/networking/network_main.c.o | |
clang version 15.0.0 (https://github.com/llvm/llvm-project.git fbce4a78035c32792b0a13cf1f169048b822c06b) | |
Target: wasm32-unknown-emscripten | |
Thread model: posix | |
InstalledDir: /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin | |
(in-process) | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang-15" -cc1 -triple wasm32-unknown-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name network_main.c -mrelocation-model static -mframe-pointer=all -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-feature +atomics -target-feature +bulk-memory -target-feature +mutable-globals -target-feature +sign-ext -target-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -target-linker-version 711 -v -fcoverage-compilation-dir=/Users/Frityet/Documents/WurstLink -resource-dir /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0 -dependency-file /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_5D8705A97611442084CC05F49E646240 -MT build/.objs/client/wasm/x86_64/debug/Client/src/networking/network_main.c.o -D __EMSCRIPTEN_SHARED_MEMORY__=1 -D EMSCRIPTEN -D __EMSCRIPTEN_major__=3 -D __EMSCRIPTEN_minor__=1 -D __EMSCRIPTEN_tiny__=7 -I Client/src -I Client/src/include -I /usr/local/Cellar/emscripten/3.1.7/libexec/system/include -isysroot /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include -O0 -Werror=implicit-function-declaration -Wall -Wextra -Werror -fdebug-compilation-dir=/Users/Frityet/Documents/WurstLink -ferror-limit 19 -fvisibility default -fsanitize=address,leak,alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,return,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,unreachable,vla-bound,vptr -fsanitize-recover=alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,vla-bound,vptr -fsanitize-address-use-after-scope -fsanitize-address-globals-dead-stripping -fno-assume-sane-operator-new -pthread -fgnuc-version=4.2.1 -fignore-exceptions -fcolor-diagnostics -iwithsysroot/include/SDL -iwithsysroot/include/compat -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -o build/.objs/client/wasm/x86_64/debug/Client/src/networking/network_main.c.o -x c Client/src/networking/network_main.c | |
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-apple-darwin21.3.0 | |
ignoring nonexistent directory "/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
Client/src | |
Client/src/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/system/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/SDL | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/compat | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang" -target wasm32-unknown-emscripten -D__EMSCRIPTEN_SHARED_MEMORY__=1 -DEMSCRIPTEN -D__EMSCRIPTEN_major__=3 -D__EMSCRIPTEN_minor__=1 -D__EMSCRIPTEN_tiny__=7 -fignore-exceptions -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -Werror=implicit-function-declaration -Xclang -iwithsysroot/include/SDL --sysroot=/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -Xclang -iwithsysroot/include/compat -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -MMD -MF /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_5C691EB3C1D741008FB18A3C2EFEE810 -fdiagnostics-color=always Client/src/main.c -o build/.objs/client/wasm/x86_64/debug/Client/src/main.c.o | |
clang version 15.0.0 (https://github.com/llvm/llvm-project.git fbce4a78035c32792b0a13cf1f169048b822c06b) | |
Target: wasm32-unknown-emscripten | |
Thread model: posix | |
InstalledDir: /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin | |
(in-process) | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang-15" -cc1 -triple wasm32-unknown-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name main.c -mrelocation-model static -mframe-pointer=all -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-feature +atomics -target-feature +bulk-memory -target-feature +mutable-globals -target-feature +sign-ext -target-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -target-linker-version 711 -v -fcoverage-compilation-dir=/Users/Frityet/Documents/WurstLink -resource-dir /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0 -dependency-file /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_5C691EB3C1D741008FB18A3C2EFEE810 -MT build/.objs/client/wasm/x86_64/debug/Client/src/main.c.o -D __EMSCRIPTEN_SHARED_MEMORY__=1 -D EMSCRIPTEN -D __EMSCRIPTEN_major__=3 -D __EMSCRIPTEN_minor__=1 -D __EMSCRIPTEN_tiny__=7 -I Client/src -I Client/src/include -I /usr/local/Cellar/emscripten/3.1.7/libexec/system/include -isysroot /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include -O0 -Werror=implicit-function-declaration -Wall -Wextra -Werror -fdebug-compilation-dir=/Users/Frityet/Documents/WurstLink -ferror-limit 19 -fvisibility default -fsanitize=address,leak,alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,return,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,unreachable,vla-bound,vptr -fsanitize-recover=alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,vla-bound,vptr -fsanitize-address-use-after-scope -fsanitize-address-globals-dead-stripping -fno-assume-sane-operator-new -pthread -fgnuc-version=4.2.1 -fignore-exceptions -fcolor-diagnostics -iwithsysroot/include/SDL -iwithsysroot/include/compat -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -o build/.objs/client/wasm/x86_64/debug/Client/src/main.c.o -x c Client/src/main.c | |
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-apple-darwin21.3.0 | |
ignoring nonexistent directory "/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
Client/src | |
Client/src/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/system/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/SDL | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/compat | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang" -target wasm32-unknown-emscripten -D__EMSCRIPTEN_SHARED_MEMORY__=1 -DEMSCRIPTEN -D__EMSCRIPTEN_major__=3 -D__EMSCRIPTEN_minor__=1 -D__EMSCRIPTEN_tiny__=7 -fignore-exceptions -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -Werror=implicit-function-declaration -Xclang -iwithsysroot/include/SDL --sysroot=/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -Xclang -iwithsysroot/include/compat -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -MMD -MF /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_AF2C263967CB411082BBD42B1A489C10 -fdiagnostics-color=always Client/src/rendering/render_main.c -o build/.objs/client/wasm/x86_64/debug/Client/src/rendering/render_main.c.o | |
clang version 15.0.0 (https://github.com/llvm/llvm-project.git fbce4a78035c32792b0a13cf1f169048b822c06b) | |
Target: wasm32-unknown-emscripten | |
Thread model: posix | |
InstalledDir: /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin | |
(in-process) | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang-15" -cc1 -triple wasm32-unknown-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name render_main.c -mrelocation-model static -mframe-pointer=all -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-feature +atomics -target-feature +bulk-memory -target-feature +mutable-globals -target-feature +sign-ext -target-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -target-linker-version 711 -v -fcoverage-compilation-dir=/Users/Frityet/Documents/WurstLink -resource-dir /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0 -dependency-file /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_AF2C263967CB411082BBD42B1A489C10 -MT build/.objs/client/wasm/x86_64/debug/Client/src/rendering/render_main.c.o -D __EMSCRIPTEN_SHARED_MEMORY__=1 -D EMSCRIPTEN -D __EMSCRIPTEN_major__=3 -D __EMSCRIPTEN_minor__=1 -D __EMSCRIPTEN_tiny__=7 -I Client/src -I Client/src/include -I /usr/local/Cellar/emscripten/3.1.7/libexec/system/include -isysroot /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include -O0 -Werror=implicit-function-declaration -Wall -Wextra -Werror -fdebug-compilation-dir=/Users/Frityet/Documents/WurstLink -ferror-limit 19 -fvisibility default -fsanitize=address,leak,alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,return,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,unreachable,vla-bound,vptr -fsanitize-recover=alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,vla-bound,vptr -fsanitize-address-use-after-scope -fsanitize-address-globals-dead-stripping -fno-assume-sane-operator-new -pthread -fgnuc-version=4.2.1 -fignore-exceptions -fcolor-diagnostics -iwithsysroot/include/SDL -iwithsysroot/include/compat -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -o build/.objs/client/wasm/x86_64/debug/Client/src/rendering/render_main.c.o -x c Client/src/rendering/render_main.c | |
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-apple-darwin21.3.0 | |
ignoring nonexistent directory "/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
Client/src | |
Client/src/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/system/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/SDL | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/compat | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang" -target wasm32-unknown-emscripten -D__EMSCRIPTEN_SHARED_MEMORY__=1 -DEMSCRIPTEN -D__EMSCRIPTEN_major__=3 -D__EMSCRIPTEN_minor__=1 -D__EMSCRIPTEN_tiny__=7 -fignore-exceptions -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -Werror=implicit-function-declaration -Xclang -iwithsysroot/include/SDL --sysroot=/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -Xclang -iwithsysroot/include/compat -c -O0 -IClient/src -IClient/src/include -I/usr/local/Cellar/emscripten/3.1.7/libexec/system/include -Wall -Wextra -Werror -pthread -g -v -fsanitize=address,leak,undefined -fno-omit-frame-pointer -MMD -MF /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_6A307D8D6754453087BB3114E0BC0260 -fdiagnostics-color=always Client/src/include/glad/glad.c -o build/.objs/client/wasm/x86_64/debug/Client/src/include/glad/glad.c.o | |
clang version 15.0.0 (https://github.com/llvm/llvm-project.git fbce4a78035c32792b0a13cf1f169048b822c06b) | |
Target: wasm32-unknown-emscripten | |
Thread model: posix | |
InstalledDir: /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin | |
(in-process) | |
"/usr/local/Cellar/emscripten/3.1.7/libexec/llvm/bin/clang-15" -cc1 -triple wasm32-unknown-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name glad.c -mrelocation-model static -mframe-pointer=all -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-feature +atomics -target-feature +bulk-memory -target-feature +mutable-globals -target-feature +sign-ext -target-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -target-linker-version 711 -v -fcoverage-compilation-dir=/Users/Frityet/Documents/WurstLink -resource-dir /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0 -dependency-file /var/folders/88/f07nnvk967s_pckv6tp26w9r0000gn/T/.xmake501/220401/_6A307D8D6754453087BB3114E0BC0260 -MT build/.objs/client/wasm/x86_64/debug/Client/src/include/glad/glad.c.o -D __EMSCRIPTEN_SHARED_MEMORY__=1 -D EMSCRIPTEN -D __EMSCRIPTEN_major__=3 -D __EMSCRIPTEN_minor__=1 -D __EMSCRIPTEN_tiny__=7 -I Client/src -I Client/src/include -I /usr/local/Cellar/emscripten/3.1.7/libexec/system/include -isysroot /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/llvm/lib/clang/15.0.0/include -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten -internal-isystem /usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include -O0 -Werror=implicit-function-declaration -Wall -Wextra -Werror -fdebug-compilation-dir=/Users/Frityet/Documents/WurstLink -ferror-limit 19 -fvisibility default -fsanitize=address,leak,alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,return,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,unreachable,vla-bound,vptr -fsanitize-recover=alignment,array-bounds,bool,builtin,enum,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,pointer-overflow,returns-nonnull-attribute,shift-base,shift-exponent,signed-integer-overflow,vla-bound,vptr -fsanitize-address-use-after-scope -fsanitize-address-globals-dead-stripping -fno-assume-sane-operator-new -pthread -fgnuc-version=4.2.1 -fignore-exceptions -fcolor-diagnostics -iwithsysroot/include/SDL -iwithsysroot/include/compat -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr -o build/.objs/client/wasm/x86_64/debug/Client/src/include/glad/glad.c.o -x c Client/src/include/glad/glad.c | |
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-apple-darwin21.3.0 | |
ignoring nonexistent directory "/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/wasm32-emscripten" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
Client/src | |
Client/src/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/system/include | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/SDL | |
/usr/local/Cellar/emscripten/3.1.7/libexec/cache/sysroot/include/compat | |
/usr/local/bin/em++ -o build/wasm/x86_64/debug/client.html build/.objs/client/wasm/x86_64/debug/Client/src/networking/network_main.c.o build/.objs/client/wasm/x86_64/debug/Client/src/include/glad/glad.c.o build/.objs/client/wasm/x86_64/debug/Client/src/game/components/transform.c.o build/.objs/client/wasm/x86_64/debug/Client/src/game/game_main.c.o build/.objs/client/wasm/x86_64/debug/Client/src/main.c.o build/.objs/client/wasm/x86_64/debug/Client/src/rendering/render_main.c.o build/.objs/client/wasm/x86_64/debug/Client/src/rendering/shaders/test.glsl.o --use-preload-plugins --preload-file Client/assets/ -s USE_GLFW=3 -pthread --emrun -v -fsanitize=address,leak,undefined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment