Skip to content

Commit 3249080

Browse files
committed
ci: skip PCH on macOS, namespace issue; .o only
1 parent 57cbaa8 commit 3249080

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-cache.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ jobs:
9595
BREW=$(brew --prefix)
9696
FLAGS="-std=c++2c -O2 -DPROCESSING_HAS_STB_IMAGE -DPROCESSING_HAS_STB_TRUETYPE -I src -I $BREW/include"
9797
98-
echo "Building Processing.h.gch..."
99-
g++ $FLAGS -x c++-header src/Processing.h -o cache/macos-arm64/Processing.h.gch
100-
10198
echo "Building Processing.o..."
10299
g++ $FLAGS -c src/Processing.cpp -o cache/macos-arm64/Processing.o
103100
@@ -127,9 +124,6 @@ jobs:
127124
BREW=$(brew --prefix)
128125
FLAGS="-std=c++2c -O2 -target x86_64-apple-macos10.13 -DPROCESSING_HAS_STB_IMAGE -DPROCESSING_HAS_STB_TRUETYPE -I src -I $BREW/include"
129126
130-
echo "Building Processing.h.gch..."
131-
g++ $FLAGS -x c++-header src/Processing.h -o cache/macos-x64/Processing.h.gch
132-
133127
echo "Building Processing.o..."
134128
g++ $FLAGS -c src/Processing.cpp -o cache/macos-x64/Processing.o
135129

0 commit comments

Comments
 (0)