Skip to content

Commit 144a11f

Browse files
committed
Fixed a bug in the Timer class: the callback pointer was not being saved.
1 parent b795805 commit 144a11f

File tree

2 files changed

+332
-323
lines changed

2 files changed

+332
-323
lines changed

code_blocks/test/test.cbp

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
</Compiler>
9494
<Linker>
9595
<Add option="-s" />
96+
<Add option="-static-libstdc++" />
97+
<Add option="-static-libgcc" />
98+
<Add option="-static" />
9699
<Add directory="../../src" />
97100
</Linker>
98101
</Target>

0 commit comments

Comments
 (0)