summaryrefslogtreecommitdiff
path: root/2026/games_submissions/just__jane/compile_commands.json
blob: 802ac1cd215fc761328f262fc733f7eb79b0680e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
  {
    "arguments": [
      "/home/jane/installing/emsdk/upstream/bin/clang++",
      "-target",
      "wasm32-unknown-emscripten",
      "-fignore-exceptions",
      "-mllvm",
      "-combiner-global-alias-analysis=false",
      "-mllvm",
      "-enable-emscripten-sjlj",
      "-mllvm",
      "-disable-lsr",
      "--sysroot=/home/jane/installing/emsdk/upstream/emscripten/cache/sysroot",
      "-DEMSCRIPTEN",
      "-Xclang",
      "-iwithsysroot/include/fakesdl",
      "-Xclang",
      "-iwithsysroot/include/compat",
      "-Isrc",
      "-I../just-packages/raylib-web/raylib//src",
      "-Iinclude",
      "-std=c++23",
      "-Wall",
      "-Wextra",
      "-O2",
      "-DPLATFORM_WEB",
      "-c",
      "-o",
      "/tmp/emscripten_temp_w6rb7jfq/main.o",
      "src/main.cpp"
    ],
    "directory": "/home/jane/just-stream/just-cpp/just-jam",
    "file": "/home/jane/just-stream/just-cpp/just-jam/src/main.cpp",
    "output": "/tmp/emscripten_temp_w6rb7jfq/main.o"
  }
]