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