switch to system compilers (GCC on Linux, Apple Clang on macOS) (#37355)

This commit is contained in:
Adeeb Shihadeh
2026-02-23 16:34:42 -08:00
committed by GitHub
parent 90a9ef277c
commit 76d084d877
22 changed files with 57 additions and 50 deletions
+1 -1
View File
@@ -68,4 +68,4 @@ if GetOption('extras'):
obj = raylib_env.Object(f"installer/installers/installer_{name}.o", ["installer/installer.cc"], CPPDEFINES=d)
f = raylib_env.Program(f"installer/installers/installer_{name}", [obj, cont, inter, inter_bold, inter_light], LIBS=raylib_libs)
# keep installers small
assert f[0].get_size() < 1900*1e3, f[0].get_size()
assert f[0].get_size() < 2500*1e3, f[0].get_size()