getting text rendering working with stb_truetype
This commit is contained in:
2
build
2
build
@@ -7,7 +7,7 @@ echo [Building target]
|
||||
if [ $DEBUG ]; then
|
||||
time clang -O0 -g -g2 $COMMON_FLAGS -DDJSTDLIB_DEBUG=1 ./src/main.c -o ./target/somaesque $LIB_INCLUDE
|
||||
else
|
||||
time clang -O3 $COMMON_FLAGS ./src/main.c -o ./target/somaesque $LIB_INCLUDE
|
||||
time clang -O2 $COMMON_FLAGS ./src/main.c -o ./target/somaesque $LIB_INCLUDE
|
||||
fi
|
||||
echo [Target built]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user