ccx-utils

Miscellaneous utilities written in C
git clone https://ccx.te2000.cz/git/ccx-utils
Log | Files | Refs

cc (193B)


      1 #!/bin/sh -xe
      2 exec gcc -D_GNU_SOURCE -Werror \
      3   -pipe -std=c11 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections \
      4   "$@" -static
      5 # -Wall