You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/janet-lang/jaylib
cd jaylib/
git submodule update --init --recursive
jpm build
compiling build/src___main.o...
cc1: error: argument to '-O' should be a non-negative integer, 'g', 's' or 'fast'
error: command exited with status 1
in shell [/Users/ben/builds/bin/jpm] (tailcall) on line 264, column 5
in do-rule [/Users/ben/builds/bin/jpm] on line 100, column 24
in do-rule [/Users/ben/builds/bin/jpm] on line 98, column 44
in do-rule [/Users/ben/builds/bin/jpm] (tailcall) on line 98, column 44
My system:
ProductName: Mac OS X
ProductVersion: 10.15.4
BuildVersion: 19E287
cc --version
cc (Homebrew GCC 9.3.0_1) 9.3.0
The text was updated successfully, but these errors were encountered:
compiling build/src___main.o...
cc1: error: argument to '-O' should be a non-negative integer, 'g', 's' or 'fast'
error: command exited with status 1
in shell [/usr/local/bin/jpm] (tailcall) on line 128, column 5
in do-rule [/usr/local/bin/jpm] on line 239, column 24
in do-rule [/usr/local/bin/jpm] on line 237, column 44
in do-rule [/usr/local/bin/jpm] (tailcall) on line 237, column 44
Hi
The following error after running
jpm build
My system:
ProductName: Mac OS X
ProductVersion: 10.15.4
BuildVersion: 19E287
cc --version
cc (Homebrew GCC 9.3.0_1) 9.3.0
The text was updated successfully, but these errors were encountered: