Skip to content

Commit 0c9b16a

Browse files
Updating.
1 parent b97f2f9 commit 0c9b16a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

init/Jsonifier

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
cmake -S ./ -B ./Build -DCMAKE_BUILD_TYPE=Release
3+
cmake -S ./ -B ./Build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-O3 -DNDEBUG"
44

55
AVX_FLAG=$(grep 'AVX_FLAG:STRING=' ../../thirdparty/Jsonifier/Build/CMakeCache.txt | cut -d '=' -f 2)
66

init/simdjson

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
mkdir build
32
cd build
4-
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON ..
3+
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-O3 -DNDEBUG" ..
54
make
65
cd ..

0 commit comments

Comments
 (0)