Skip to content

Commit 38e9795

Browse files
committed
build with sNAMEMAX set to 63
1 parent f0a9c02 commit 38e9795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
mkdir build
2222
cd build
23-
cmake -DCMAKE_BUILD_TYPE=Release ../source/compiler -A Win32 -G "Visual Studio 16 2019"
23+
cmake -DCMAKE_BUILD_TYPE=Release ../source/compiler -A Win32 -G "Visual Studio 16 2019" -DCMAKE_C_FLAGS="/D sNAMEMAX=63"
2424
cmake --build . --config Release
2525
2626
- name: Upload artifacts

docker/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake \
88
-B build \
99
-G Ninja \
1010
-DCMAKE_BUILD_TYPE=$config \
11-
-DCMAKE_C_FLAGS=-m32 \
11+
-DCMAKE_C_FLAGS="-m32 -DsNAMEMAX=63" \
1212
-DBUILD_TESTING=False \
1313
&&
1414
cmake \

0 commit comments

Comments
 (0)