Results 1 to 1 of 1

Thread: Copy ubuntu build server in order to compile all packages with optimized CFLAGS

  1. #1
    Join Date
    Aug 2020
    Beans
    1

    Copy ubuntu build server in order to compile all packages with optimized CFLAGS

    Dear Ubuntu community,
    I one wished to, would it be possible to clone an Ubuntu build server in order to compile all ubuntu packages with optimized CFLAGS?

    Raspberry Pi 4 64 bit build, specifically tuned to the cortex-a72 CPU:
    CFLAGS="-O2 -pipe -march=armv8-a+crc+simd -mtune=cortex-a72 -mfloat-abi=hard -mfpu=vfp -meabi=5 -fomit-frame-pointer -ftree-vectorize -fpredictive-commoning"

    and then the binaries would be stripped from unnecessary data with:
    strip -s [binary name]

    would it at all be possible?
    Last edited by eliax; August 20th, 2020 at 11:14 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •