Improve CXXFLAGS for tools

chmod -x on cpp and h files
This commit is contained in:
queueRAM
2022-11-01 00:25:03 +00:00
parent c188b7ab80
commit 2b2784e91c
10 changed files with 1 additions and 1 deletions
Executable → Regular
+1 -1
View File
@@ -1,7 +1,7 @@
CC := gcc
CXX := g++
CFLAGS := -I . -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s
CXXFLAGS := --std=c++17
CXXFLAGS := -I . -Wall -Wextra -std=c++17
LDFLAGS := -lm
PROGRAMS := n64crc dkr_assets_tool
Executable → Regular
View File
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File