Files
raylib/src
Ryan Roden-Corrent a316f9e7fc Disable UBSAN in zig builds. (#3292)
Zig debug builds automatically enable ubsan.
As the fix for #1891 had to be reverted, debug builds using zig will crash like so:

```
Illegal instruction at address 0x3237d2
raylib/src/rlgl.h:3690:91: 0x3237d2 in rlDrawVertexArrayElements (/home/rcorre/src/raylib-zig-template/raylib/src/rcore.c)
    glDrawElements(GL_TRIANGLES, count, GL_UNSIGNED_SHORT, (const unsigned short *)buffer + offset);
```

This disables UBSAN when using zig to build raylib.
2023-09-05 11:02:25 +02:00
..
2023-09-05 11:02:25 +02:00
2023-03-22 12:43:18 +01:00
2023-09-04 18:51:44 +02:00
2023-01-01 16:07:51 +01:00
2023-09-02 13:16:44 +02:00
2018-09-26 16:02:42 +02:00
2023-01-01 16:07:51 +01:00
2023-08-27 00:30:56 +02:00
2023-08-11 10:19:50 +02:00
2023-09-04 18:43:25 +02:00
2023-08-20 21:36:36 +02:00
2023-09-04 18:43:03 +02:00
2023-01-01 16:07:51 +01:00