Mon, 19 May 2025 15:34:30 +0200
fix critical bug in string iteration
some temporaries did not materialize long enough - fixed that by assigning them to lvalues
28
23c7409cf822
add support for different compilers
Mike Becker <universe@uap-core.de>
parents:
17
diff
changeset
|
1 | CXXFLAGS = |
45 | 2 | DEBUG_CXXFLAGS = |
3 | RELEASE_CXXFLAGS = | |
0 | 4 | LDFLAGS = |
5 |