Add fix for strict-aliasing in DqnRnd

This commit is contained in:
2017-07-02 14:47:38 +10:00
parent cbf7b4d606
commit 2d163fa554
4 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
all: dqn_unit_test.cpp
mkdir -p bin
g++ -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -Werror -pthread -ggdb
g++ -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -Werror -pthread -ggdb -O3