Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit ba554a3

Browse files
author
ApsarasX
committed
chore: remove extra flags in build.yml
1 parent fa6bbc5 commit ba554a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
thread_count=`sudo cat /proc/cpuinfo| grep "processor"| wc -l`
6565
sudo mkdir cmake-build-debug cmake-build-release
6666
cd cmake-build-debug
67-
sudo cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-w" -DCMAKE_CXX_FLAGS_DEBUG="-g -ggdb" -G "Unix Makefiles" ..
67+
sudo cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-w" -G "Unix Makefiles" ..
6868
sudo cmake --build . --target staticscript document -- -j $thread_count
6969
for file in ../examples/*
7070
do

0 commit comments

Comments
 (0)