Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)

This commit is contained in:
Rangi
2020-04-04 17:46:36 -04:00
parent 95e48ef992
commit 3144b54bd1
8 changed files with 24 additions and 18 deletions

View File

@@ -87,7 +87,7 @@ To install **rgbds**:
```bash
sudo apt-get install pkg-config flex bison libpng-dev
git clone -b v0.4.0 --depth=1 https://github.com/rednex/rgbds
sudo make -C rgbds CFLAGS=-O2 install
sudo make -C rgbds install
```
### OpenSUSE
@@ -103,7 +103,7 @@ To install **rgbds**:
```bash
sudo zypper install pkg-config flex bison libpng16-devel
git clone -b v0.4.0 --depth=1 https://github.com/rednex/rgbds
sudo make -C rgbds CFLAGS=-O2 install
sudo make -C rgbds install
```
### Arch Linux
@@ -121,7 +121,7 @@ Alternatively, to install **rgbds** manually:
```bash
sudo pacman -S pkg-config flex bison libpng
git clone -b v0.4.0 --depth=1 https://github.com/rednex/rgbds
sudo make -C rgbds CFLAGS=-O2 install
sudo make -C rgbds install
```
### Termux
@@ -158,7 +158,7 @@ To install **rgbds**:
```bash
git clone -b v0.4.0 --depth=1 https://github.com/rednex/rgbds
sudo make -C rgbds CFLAGS=-O2 install
sudo make -C rgbds install
```
Now you're ready to [build **pokecrystal**](#build-pokecrystal).