diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-28 15:23:11 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-28 15:23:11 -0400 |
| commit | 4de0fee8f694503b453e04084caaab55f8670b6c (patch) | |
| tree | 6160ca034dfa299377ad3678e8c665a35de3e11a | |
| parent | aaa89e3dc7b9e24e7c075522c56c3d770df790a4 (diff) | |
Default C compiler to `cc`
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX=$(HOME)/.local VERSION=0.0.1 -CC=gcc +CC=cc CCONFIG=-std=c2x -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -I. \ -fno-signed-zeros -fno-finite-math-only -fno-signaling-nans -fno-trapping-math \ -fsanitize=signed-integer-overflow -fno-sanitize-recover -fvisibility=hidden -fdollars-in-identifiers \ |
