Commit 1177142 1 parent b685d40 commit 1177142 Copy full SHA for 1177142
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ uninstall-debug:
47
47
test : release
48
48
(cd build/test; ./rime_test)
49
49
50
- test-debug : release
50
+ test-debug : debug
51
51
(cd debug-build/test; ./rime_test)
52
52
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ all: release
7
7
8
8
release:
9
9
cmake . -Bxbuild -GXcode -DBUILD_STATIC=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
10
- cmake --build xbuild --config Release | grep -v setenv | tee build.log
10
+ cmake --build xbuild --config Release
11
11
12
12
debug:
13
13
cmake . -Bxdebug -GXcode -DBUILD_STATIC=ON -DBUILD_SEPARATE_LIBS=ON
14
- cmake --build xdebug --config Debug | grep -v setenv | tee build.log
14
+ cmake --build xdebug --config Debug
15
15
16
16
clean:
17
17
rm -rf xbuild > /dev/null 2>&1 || true
You can’t perform that action at this time.
0 commit comments