Commit graph

15 commits

Author SHA1 Message Date
Laura Hausmann
da2cb76aab
[make] Don't use compiled EF models
These appear to break LINQ-SQL translation, possibly due to a SDK version mismatch.
2025-02-20 21:15:03 +01:00
Laura Hausmann
f26e97f402
[make] Fix release script 2025-02-19 01:28:09 +01:00
Laura Hausmann
6240dc8e30
[build] Always use -O3 for WASM AOT builds 2024-11-19 04:35:16 +01:00
Laura Hausmann
4f7b75b5c2
[build] Use correct defaults for WasmOptLevel 2024-11-19 04:14:06 +01:00
Laura Hausmann
764e1a01ec
[build] Build release builds with WasmOptLevel 3 and native wasm linking 2024-11-19 03:53:59 +01:00
Laura Hausmann
1200bcbba5
[make] Compile database model in release builds
Ideally we'd want to do this during publish, however due to upstream issues with the MSBuild task, this will suffice for now.

Reduces startup time by ~500ms.
2024-11-18 19:02:43 +01:00
Laura Hausmann
f23a3ff3e7
[make] Add variable to set DependencyVulnsAsError build option 2024-10-27 21:18:23 +01:00
Laura Hausmann
1fd2cd5e75
[make] Remove self-contained flag, update help text 2024-09-06 16:49:15 +02:00
Laura Hausmann
d5a8d57be2
[make] Fix release-artifacts target 2024-09-06 16:35:20 +02:00
Laura Hausmann
1ce42f1083
[make] Update Makefile 2024-07-15 20:02:30 +02:00
Laura Hausmann
bba0ea79cd
[make] Prompt user to install wasm-tools workload instead of running workload restore
The restore command requires elevated privileges on linux systems.
2024-07-13 02:59:35 +02:00
Laura Hausmann
d6fab5d3f2
[make] Enable deterministic builds for publish & release targets 2024-07-09 01:40:16 +02:00
Laura Hausmann
284e63b149
[make] Fix phony, allow specifying target rid for publish, change publish output directory 2024-07-07 04:56:04 +02:00
Laura Hausmann
af4afcd45e
[make] Add clean and cleanall targets 2024-07-07 03:50:15 +02:00
Laura Hausmann
527537db28
[make] Add Makefile 2024-07-07 03:39:46 +02:00