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:
committed by
Paul Koning
parent
009d748ad6
commit
39d33c4cc9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -32,4 +32,4 @@ jobs:
|
||||
- name: Build
|
||||
env:
|
||||
SIM: ${{matrix.simulators}}
|
||||
run: make LTO=1 $SIM
|
||||
run: make LTO=1 OPTIMIZE=-O3 $SIM
|
||||
|
||||
Reference in New Issue
Block a user