Blob Blame Raw
#!/bin/bash

set -e

c++ -Wall -DNDEBUG -O3 -pthread nn-trainer3.cpp -lm -o nn-trainer3-pp