mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Added RemoveUnused mod example
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
|
||||
# Make `OPT` -g for better debugging info.
|
||||
OPT := -O2
|
||||
|
||||
CC := gcc
|
||||
CXX := g++
|
||||
CFLAGS := -I . -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 $(OPT) -s
|
||||
|
||||
Reference in New Issue
Block a user