Compile flags
This commit is contained in:
parent
5b3afc2287
commit
63760d4cb8
|
|
@ -164,6 +164,7 @@ const wasmPlugin = ({ production }: WasmLoaderConfig = {}): BunPlugin => {
|
||||||
'-Wpedantic',
|
'-Wpedantic',
|
||||||
'-Werror',
|
'-Werror',
|
||||||
'-Wshadow',
|
'-Wshadow',
|
||||||
|
'-Wconversion',
|
||||||
...features,
|
...features,
|
||||||
'-I', include,
|
'-I', include,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,6 @@ build/assets/include
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra
|
-Wextra
|
||||||
-Wpedantic
|
-Wpedantic
|
||||||
|
-Wshadow
|
||||||
|
-Wconversion
|
||||||
-Werror
|
-Werror
|
||||||
Loading…
Reference in New Issue