diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 19:52:41 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 19:52:41 -0400 |
| commit | bb1af5c7b5e76ddd3e76ff75e62c0f0a65026ded (patch) | |
| tree | e3e5e77f376601059988fffe4e9c55240e5d103f /Makefile | |
| parent | cfe1bd5cb72a12f3bfc643f64b33444ad63502f9 (diff) | |
Refactoring bug fix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ else include config.mk -CC=cc +CC=$(DEFAULT_C_COMPILER) CCONFIG=-std=c2x -fPIC \ -fno-signed-zeros -fno-finite-math-only -fno-trapping-math \ -fvisibility=hidden -fdollars-in-identifiers \ |
