configure: add asmjs-unknown-emscripten target

This commit is contained in:
Johan Euphrosine
2023-07-12 04:44:37 +09:00
parent a11d2cbaa1
commit f5793bbefb
5 changed files with 15 additions and 6 deletions
Vendored
+1 -1
View File
@@ -9,4 +9,4 @@
# script itself. It also sets up CFLAGS without the default optimizer
# flag (-O2).
( CFLAGS="-g -Wno-int-conversion -Wno-implicit-int"; export CFLAGS; cd scripts ; ./configure "$@" )
( CFLAGS="-g"; export CFLAGS; cd scripts ; ./configure "$@" )