diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-03 12:59:47 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 12:59:47 +0700 |
| commit | c1ec83aedc9b946b60a7c250983af876b2dccb2b (patch) | |
| tree | 9c4899a15257ab4af2d3ea7a3b2f76705b1a759e /.github/workflows | |
| parent | 8f17df635179fc085d4a6513211fbf6b543d1c41 (diff) | |
Add nightly.yml release description
Compiler information mostly
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0affa845..df01b57a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -35,4 +35,5 @@ jobs: with: tag_name: nightly name: Nightly Release - files: LCEWindows64.zip
\ No newline at end of file + body: Compiled with MSVC v14.44.35207 in Release mode with Whole Program Optimization, as well as `/O2 /Ot /Oi /Ob3 /GF`. (So far the floating point model is `/fp:strict` to avoid undefined behavior before we refactor for performance). Requires at least Windows 7 and DirectX 11 compatible GPU to run. + files: LCEWindows64.zip |
