Compare commits
No commits in common. "b2dc73148e0732d5c583bc439306cee1ef3d5f76" and "7b472cac4bf37f327b8100c4de5ca6baeb38f2d3" have entirely different histories.
b2dc73148e
...
7b472cac4b
2
compile
2
compile
@ -76,7 +76,7 @@ if [[ $BUILD_TYPE == "debug" ]]; then
|
|||||||
PCKR_OUT="pckr"
|
PCKR_OUT="pckr"
|
||||||
PAKRD_OUT="libpakrd.a"
|
PAKRD_OUT="libpakrd.a"
|
||||||
else
|
else
|
||||||
mkdir -p dist
|
mkdir dist
|
||||||
cp ./include/pak.h dist
|
cp ./include/pak.h dist
|
||||||
CFLAGS+="-O3 "
|
CFLAGS+="-O3 "
|
||||||
PCKR_OUT="dist/pckr"
|
PCKR_OUT="dist/pckr"
|
||||||
|
Loading…
Reference in New Issue
Block a user