mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[ci] Use HB_OPTIMIZE_SIZE instead of __OPTIMIZE_SIZE__
This commit is contained in:
parent
a228bb5f1d
commit
4a2b58555f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ jobs:
|
|||
- run: make -j32
|
||||
- run: make check || .ci/fail.sh
|
||||
- run: make clean
|
||||
- run: CFLAGS="-Os -D__OPTIMIZE_SIZE__" CXXFLAGS="-Os -DHB_NO_MMAP -D__OPTIMIZE_SIZE__" ./autogen.sh
|
||||
- run: CFLAGS="-Os -DHB_OPTIMIZE_SIZE" CXXFLAGS="-Os -DHB_NO_MMAP -DHB_OPTIMIZE_SIZE" ./autogen.sh
|
||||
- run: make -j32
|
||||
- run: make check || .ci/fail.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue