Update c-cpp.yml

This commit is contained in:
Martin Raiber 2020-11-07 18:19:20 +01:00 committed by GitHub
parent be31124892
commit ce31cef436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,6 @@ jobs:
- name: autoconf
run: autoreconf --install
- name: configure
run: ./configure CXXFLAGS="-O2 -fcoroutines -flto" CXX=g++-10 LDFLAGS="-flto"
run: ./configure CXX=g++-10
- name: make
run: make