mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-06 16:59:35 +00:00
12 lines
424 B
Bash
12 lines
424 B
Bash
#!/bin/sh
|
|
cmake .. \
|
|
-DLIEF_DOC=off \
|
|
-DLIEF_PYTHON_API=off \
|
|
-DLIEF_EXAMPLES=on \
|
|
-DLIEF_C_API=on \
|
|
-DLIEF_LOGGING=off \
|
|
-DLIEF_ASAN=on \
|
|
-CMAKE_CXX_COMPILER=g++ \
|
|
-CMAKE_C_COMPILER=gcc \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|