Skip to content

Commit

Permalink
override wws metadata if style overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed May 30, 2022
1 parent a94cb24 commit 9311f64
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 52 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(CheckLibraryExists)

set(WFM_all_VERSION_MAJOR 1)
set(WFM_all_VERSION_MINOR 0)
set(WFM_all_VERSION_PATCH 91)
set(WFM_all_VERSION_PATCH 92)

set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
Expand Down
4 changes: 3 additions & 1 deletion package/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ rm -r build/ release/

cmake . -B build/ \
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
-DCMAKE_BUILD_TYPE="RelWithDebugInfo"
-DCMAKE_BUILD_TYPE="RelWithDebugInfo" \
-DCMAKE_C_FLAGS="-Wall -Wextra" \
-DCMAKE_CXX_FLAGS="-Wall -Wextra"
cmake --build build/ -j$(nproc)

ln -sf build/compile_commands.json .
Expand Down
Loading

0 comments on commit 9311f64

Please sign in to comment.