Matthew Miller <kale@iammiller.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › ODB › #55 | 3 years ago | 538 passed | |
OZW › OZWMAC › #555 | 3 years ago |
Fix whitespace issue
Add gcc flag to ignore unused private field errors
Disables build-blocking errors reported for several unused private fields in a few of the Value classes. Simplify setting Darwin build architecture
Move additional CFLAG to Mojave-up build
Remove i386 architecture flags for Darwin
Xcode’s make no longer supports the i386 architecture as of, I believe, Mountain Lion. Removing these flags allowed this project to build as-is on the new macOS Mojave (10.14) Check for Mojave or greater for x86_64-only build
|
Testless build |
OZW › OZWLNX › #1019 | 3 years ago |
Fix whitespace issue
Move additional CFLAG to Mojave-up build
Simplify setting Darwin build architecture
Add gcc flag to ignore unused private field errors
Disables build-blocking errors reported for several unused private fields in a few of the Value classes. Check for Mojave or greater for x86_64-only build
Remove i386 architecture flags for Darwin
Xcode’s make no longer supports the i386 architecture as of, I believe, Mountain Lion. Removing these flags allowed this project to build as-is on the new macOS Mojave (10.14) |
531 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
Disables build-blocking errors reported for several unused private fields in a few of the Value classes.
Xcode’s make no longer supports the i386 architecture as of, I believe, Mountain Lion. Removing these flags allowed this project to build as-is on the new macOS Mojave (10.14)