diff options
Diffstat (limited to 'system/lib/build_cxx_natively.sh')
-rwxr-xr-x | system/lib/build_cxx_natively.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/lib/build_cxx_natively.sh b/system/lib/build_cxx_natively.sh new file mode 100755 index 00000000..1cf2749c --- /dev/null +++ b/system/lib/build_cxx_natively.sh @@ -0,0 +1,3 @@ +# useful for testing purposes, compare native build to js build +~/Dev/fastcomp/hybridbuild/Release+Asserts/bin/clang -std=c++0x -nostdinc++ test.cpp libcxxabi/src/*.cpp libcxx/*.cpp -Ilibcxxabi/include -I../include/libcxx -lpthread -g + |