mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
[cmake] Refactor root cmake
Moved options to OmimOptions.cmake Moved some parts of configuration to OmimConfig.cmake Removed disable color output option Renamed DISABLE_UNITY to CMAKE_UNITY_BUILD Renamed DIABLE_CCACHE to USE_CCACHE Signed-off-by: Andrei Shkrob <andrei@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
c1b45828b0
commit
0996917a1b
@@ -90,7 +90,7 @@ jobs:
|
||||
# -g1 should slightly reduce build time.
|
||||
run: |
|
||||
cmake . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug \
|
||||
-DCMAKE_CXX_FLAGS=-g1 -DUNITY_DISABLE=ON
|
||||
-DCMAKE_CXX_FLAGS=-g1 -DCMAKE_UNITY_BUILD=OFF
|
||||
|
||||
- name: Compile
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user