mirror of
https://github.com/zeldaret/tmc
synced 2026-08-05 01:30:03 -04:00
Fix clang warnings and remove remaining baserom references
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
CXX = g++
|
||||
CXXFLAGS = -O3 -Wall -Wextra -std=c++17
|
||||
CXXFLAGS = -O3 -Wall -Wextra -Werror -std=c++17
|
||||
#CXXFLAGS += -g # debug
|
||||
|
||||
BUILD_FOLDER=build
|
||||
BUILD_FOLDER = build
|
||||
|
||||
SRCS = $(wildcard *.cpp)
|
||||
SRCS += $(wildcard assets/*.cpp)
|
||||
|
||||
Reference in New Issue
Block a user