mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 04:54:36 +03:00
Initial.
This commit is contained in:
9
tools/configure-unix-makefiles-dbg.sh
Normal file
9
tools/configure-unix-makefiles-dbg.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
ASMJIT_CURRENT_DIR=`pwd`
|
||||
ASMJIT_BUILD_DIR="build_makefiles_dbg"
|
||||
|
||||
mkdir ../${ASMJIT_BUILD_DIR}
|
||||
cd ../${ASMJIT_BUILD_DIR}
|
||||
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DASMJIT_BUILD_SAMPLES=1
|
||||
cd ${ASMJIT_CURRENT_DIR}
|
||||
Reference in New Issue
Block a user