Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile time numbers with Ninja #1

Open
syntroniks opened this issue Nov 15, 2020 · 0 comments
Open

Compile time numbers with Ninja #1

syntroniks opened this issue Nov 15, 2020 · 0 comments

Comments

@syntroniks
Copy link
Contributor

s@PF1AJJFF:~/StratifyOS-newlib/build_arm$ cmake -G "Ninja" .. ; time ninja
real    1m10.819s
user    6m3.221s
sys     1m13.036s

Pretty darn good when it builds all these variants:

s@PF1AJJFF:~/StratifyOS-newlib/build_arm$ ls library/
CMakeFiles           libc_debug_v7em.a       libc_debug_v7em_f5dh.a  libc_debug_v7m.a     libc_release_v7em_f4sh.a  libc_release_v7em_f5sh.a  libm_debug_v7em.a       libm_debug_v7em_f5dh.a  libm_debug_v7m.a     libm_release_v7em_f4sh.a  libm_release_v7em_f5sh.a  src
cmake_install.cmake  libc_debug_v7em_f4sh.a  libc_debug_v7em_f5sh.a  libc_release_v7em.a  libc_release_v7em_f5dh.a  libc_release_v7m.a        libm_debug_v7em_f4sh.a  libm_debug_v7em_f5sh.a  libm_release_v7em.a  libm_release_v7em_f5dh.a  libm_release_v7m.a

I had to make some changes, however. I suspect it is the case-sensitivity of *NIX. PR incoming (shouldn't affect Windows builds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant