mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
config: changed luau build to release
This commit is contained in:
parent
9a9f20e93b
commit
5b61b4cd0d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/benchmark.yml
vendored
6
.github/workflows/benchmark.yml
vendored
|
@ -39,9 +39,9 @@ jobs:
|
|||
shell: bash # necessary for fail-fast
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
||||
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build . --target Luau.Repl.CLI --config Release
|
||||
cmake --build . --target Luau.Analyze.CLI --config Release
|
||||
|
||||
- name: Move build files to root
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue