added optimization and warning flags to the compiler

This commit is contained in:
Karma Riuk 2025-02-03 13:44:53 +01:00
parent 96dcbc0a6c
commit 31799cb0ec

View File

@ -1,3 +1,5 @@
CXXFLAGS += -O3 -Wall
# Add .d to Make's recognized suffixes.
SUFFIXES += .d