-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuild-linux.sh
More file actions
executable file
·2 lines (2 loc) · 1.36 KB
/
build-linux.sh
File metadata and controls
executable file
·2 lines (2 loc) · 1.36 KB
1
2
#!/bin/sh
gcc main.c _codec/ssfbase64.c _struct/ssfbfifo.c _edc/ssffcsum.c _codec/ssfhex.c _codec/ssfjson.c _codec/ssfbase64_ut.c _edc/ssffcsum_ut.c _codec/ssfhex_ut.c ssfport.c _debug/ssftrace.c _debug/ssftrace_ut.c _struct/ssfmpool.c _struct/ssfmpool_ut.c _struct/ssfheap.c _struct/ssfheap_ut.c _struct/ssfbfifo_ut.c _fsm/ssfsm.c _fsm/ssfsm_ut.c _codec/ssfjson_ut.c _struct/ssfll.c _struct/ssfll_ut.c _ecc/ssfrs.c _ecc/ssfrs_ut.c _edc/ssfcrc16.c _edc/ssfcrc16_ut.c _edc/ssfcrc32.c _edc/ssfcrc32_ut.c _crypto/ssfsha2.c _crypto/ssfsha2_ut.c _codec/ssftlv.c _codec/ssftlv_ut.c _crypto/ssfaes.c _crypto/ssfaes_ut.c _crypto/ssfaesgcm.c _crypto/ssfaesgcm_ut.c _storage/ssfcfg.c _storage/ssfcfg_ut.c _crypto/ssfprng.c _crypto/ssfprng_ut.c _codec/ssfini.c _codec/ssfini_ut.c _codec/ssfubjson.c _codec/ssfubjson_ut.c _time/ssfrtc.c _time/ssfrtc_ut.c _time/ssfdtime.c _time/ssfdtime_ut.c _time/ssfiso8601.c _time/ssfiso8601_ut.c _codec/ssfdec.c _codec/ssfdec_ut.c _codec/ssfstr.c _codec/ssfstr_ut.c _codec/ssfgobj.c _codec/ssfgobj_ut.c _ui/ssfargv.c _ui/ssfargv_ut.c _ui/ssfvted.c _ui/ssfvted_ut.c _ui/ssfcli.c _ui/ssfcli_ut.c -Wall -Wextra -pedantic -Wcast-align -Wlogical-op -Wno-parentheses -Wno-unused -Wdisabled-optimization -fdiagnostics-show-option -Wstrict-overflow=5 -Wformat=2 -I./ -I_time -I_codec -I_crypto -I_ecc -I_edc -I_fsm -I_debug -I_storage -I_struct -I_ui -lm -lpthread -O3 -o ssf