diff options
author | dzwdz | 2023-09-03 01:41:52 +0200 |
---|---|---|
committer | dzwdz | 2023-09-03 01:41:52 +0200 |
commit | f8732691b48284bf1fe50f03142c52223a99859c (patch) | |
tree | 5d8046b0a8bd57fb859616c5527479ce9996075a /configure | |
parent | a492c6ec119bd1151a6f2f7b70875ba173e9c036 (diff) |
build: -Os
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ CC = x86_64-camellia-gcc V=@ -CFLAGS = -g -std=gnu99 -O2 -fPIC -ftrack-macro-expansion=0 \ +CFLAGS = -g -std=gnu99 -Os -fPIC -ftrack-macro-expansion=0 \ -Wall -Wextra -Wold-style-definition -Wno-address-of-packed-member \ -Werror=incompatible-pointer-types -Werror=implicit-function-declaration |