Skip to content

Commit

Permalink
use C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Feb 7, 2023
1 parent 6345b1b commit b0e91f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cd build

cmake -GNinja ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_CXX_STANDARD=17 ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DLLVM_USE_INTEL_JITEVENTS=1 ^
Expand Down
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cd build
cmake ${CMAKE_ARGS} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_STANDARD=17 \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_BUILD_TOOLS=ON \
Expand Down

0 comments on commit b0e91f1

Please sign in to comment.