Compare commits
No commits in common. "7b472cac4bf37f327b8100c4de5ca6baeb38f2d3" and "f8f08c7473e0ed126f2abcf90aab5f45e15ec4aa" have entirely different histories.
7b472cac4b
...
f8f08c7473
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
.cache
|
||||
compile_commands.json
|
||||
pckr
|
||||
libpakrd.a
|
||||
pakrd.a
|
||||
dist
|
||||
|
4
compile
4
compile
@ -74,13 +74,13 @@ done
|
||||
if [[ $BUILD_TYPE == "debug" ]]; then
|
||||
CFLAGS+="-g "
|
||||
PCKR_OUT="pckr"
|
||||
PAKRD_OUT="libpakrd.a"
|
||||
PAKRD_OUT="pakrd.a"
|
||||
else
|
||||
mkdir dist
|
||||
cp ./include/pak.h dist
|
||||
CFLAGS+="-O3 "
|
||||
PCKR_OUT="dist/pckr"
|
||||
PAKRD_OUT="dist/libpakrd.a"
|
||||
PAKRD_OUT="dist/pakrd.a"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user