diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-08-30 12:57:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-08-30 12:57:57 +0200 |
| commit | 0283a15ef9feeb7755f93f08de6c5204591d5381 (patch) | |
| tree | 2f8628ccb303e97dac4afd5b8f9a2866de66fe9e /compile.sh | |
| parent | 39a5ef697479b56db0ac69ef00e0735e51f6150a (diff) | |
| download | nissy-0283a15ef9feeb7755f93f08de6c5204591d5381.tar.gz nissy-0283a15ef9feeb7755f93f08de6c5204591d5381.zip | |
Changed compile options to -O2
Diffstat (limited to 'compile.sh')
| -rwxr-xr-x | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1 +1 @@ | |||
| gcc -Wall -Wextra -O3 -std=c99 -o nissy -g ./src/*.c | gcc -Wall -Wextra -O2 -std=c99 -o nissy -g ./src/*.c | ||
