Zed A. Shaw
|
c98aa936ad
|
The tracy directory now has an experiment in getting Tracy to work. It's _not_ as easy as it is touted to be.
|
2025-01-19 12:58:05 -05:00 |
|
Zed A. Shaw
|
ea3dd204a1
|
Tweaking the build to turn on various debug options in GCC and enable -Wall -Werror on only our executable configs because turning them on globally causes most of the dependencies to fail. One thing to note is if you try to move the -D_GLIBCXX options from the project() to the executable() then you get segfaults inside the libc++ and other places. This is because the ABI changes when you enable these options, so you have to recompile _all_ dependencies with these options.
|
2025-01-19 04:02:42 -05:00 |
|
Zed A. Shaw
|
e5b4fed4ee
|
Bring in a first start to a Tracy enabled build but I have to learn more about how to run it.
|
2025-01-18 13:19:35 -05:00 |
|
Zed A. Shaw
|
53a151511e
|
Make it so that DNEBUG is forced on release build, and that the UI stats counter will show that this is a debug build or not via NDEBUG.
|
2025-01-18 03:18:44 -05:00 |
|
Zed A. Shaw
|
c91e8fc543
|
Brought in Amit's latest and will now merge in my fixing from last night into his to get them synced up.
|
2025-01-17 11:00:49 -05:00 |
|
Zed A. Shaw
|
d230b152cf
|
BREAKING: This code does NOT work, but has a segv on startup on windows due to ...magic?
|
2025-01-15 12:25:09 -05:00 |
|
Zed A. Shaw
|
6b181382bd
|
First build that actually works. SDL_main errors before but didn't figure out the cause.
|
2025-01-02 11:47:02 -05:00 |
|