Update release build flag
This commit is contained in:
parent
297d9c53f3
commit
43718ff047
@ -30,7 +30,7 @@ done
|
||||
|
||||
# BUILD TYPE
|
||||
if [[ $RELEASE == true ]]; then
|
||||
CFLAGS+="-O3"
|
||||
CFLAGS+="-g -O1"
|
||||
else
|
||||
CFLAGS+="-g"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user