Update README
This commit is contained in:
parent
c317f84582
commit
3342a30e1e
3 changed files with 37 additions and 29 deletions
3
make.sh
3
make.sh
|
@ -9,8 +9,7 @@ clear
|
|||
|
||||
echo "making Licar"
|
||||
|
||||
#OPTIM="-O3"
|
||||
OPTIM="-O1" # temporary
|
||||
OPTIM="-O3"
|
||||
C_FLAGS="-std=c99 -Wall -Wextra -pedantic $OPTIM -Wno-unused-parameter -Wno-missing-field-initializers -o licar"
|
||||
COMPILER="g++"
|
||||
PLATFORM="sdl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue