Mon 16 Mar 11:13:23 CET 2026
This commit is contained in:
parent
83344125aa
commit
04862c9ca3
14
build/build.gcc.sh
Normal file
14
build/build.gcc.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
C=`ls ../src/*[^test\.c]*.c`
|
||||
|
||||
#gcc -g -O -fjump-tables --param case-values-threshold=10 -lrt -o plx $C
|
||||
|
||||
gcc -g -O -fno-jump-tables -lrt -o plx $C
|
||||
|
||||
# gcc -g -O2 -fno-jump-tables -lrt -o plx $C
|
||||
|
||||
# gcc -g -O3 -lrt -o plx $C
|
||||
|
||||
# gcc -g -O -o plx $C
|
||||
|
||||
Loading…
Reference in New Issue
Block a user