4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/bash
|
|
|
|
g++ -g -g3 -lm -DOS_LINUX=1 -DENABLE_ASSERT=1 ./app.cpp -o ./target/app
|