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