kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 91 forks source link

linux/Makefile: fixed superfluous optimization level #100

Closed r-a-sattarov closed 4 years ago

r-a-sattarov commented 4 years ago

GCC allows this optimization level (-O6), although it actually sets -O3, but another compilers (e.g. EDG) does not.