1
0
Fork 0

Compile flags

This commit is contained in:
Pabloader 2025-06-25 13:39:22 +00:00
parent 5b3afc2287
commit 63760d4cb8
2 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,7 @@ const wasmPlugin = ({ production }: WasmLoaderConfig = {}): BunPlugin => {
'-Wpedantic',
'-Werror',
'-Wshadow',
'-Wconversion',
...features,
'-I', include,
];

View File

@ -7,4 +7,6 @@ build/assets/include
-Wall
-Wextra
-Wpedantic
-Wshadow
-Wconversion
-Werror