1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 19:57:36 +00:00

makefile: Add WARNINGS=ALLOWED make option and change default optimize to -O2

The CI build specifies OPTIMIZE=-O3 and runs with the default where warnings
are converted to errors.
This commit is contained in:
Mark Pizzolato
2022-11-02 12:19:55 -10:00
committed by Paul Koning
parent 009d748ad6
commit 39d33c4cc9
2 changed files with 12 additions and 6 deletions

View File

@@ -32,4 +32,4 @@ jobs:
- name: Build
env:
SIM: ${{matrix.simulators}}
run: make LTO=1 $SIM
run: make LTO=1 OPTIMIZE=-O3 $SIM