- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.linux
More file actions
Latest commit
4 lines (3 loc) · 416 Bytes
/
Copy pathbuild.linux
File metadata and controls
4 lines (3 loc) · 416 Bytes
1
2
3
4
bison -d -v -Wall js.y
flex -B -R --nounput --nounistd --noyywrap -f js.l
gcc -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -O2 -ggdb -o jsdb -fno-omit-frame-pointer js*.c database/db*.c database/mvcc_db*c database/btree1/*.c database/btree2/*.c database/artree/*.c database/base64.c database/Hi-Performance-Timestamps/timestamps.c database/rwlock/readerwriter.c database/mutex/mutex.c -lm -lpthread -latomic