This website requires JavaScript.
Explore
Help
Sign In
doylet
/
Dqn
Watch
1
Star
0
Fork
0
You've already forked Dqn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
19c427d756
Dqn
/
makefile
4 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
Get basics to compile & work in unix
2017-06-21 04:10:53 +00:00
all
:
dqn_unit_test
.
cpp
mkdir -p bin
Add opt. RAII-isms for destruction, fix thread bug Thread Bug: Incorrectly using && operator for while (DqnJobQueue_TryExecuteNextJob(queue) && !DqnJobQueue_AllJobsComplete(queue)) causing it to prematurely exit if the main thread has completed its work before other threads have completed the remainder. Should be using an || operator, so instead creating a helper function which encapsulates this functionality.
2017-06-24 04:59:48 +00:00
g++ -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -Werror
Reference in New Issue
Copy Permalink