File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- CC = g++ -Wall -std=c++20 -fPIC
1+ CC = g++ -Wall -std=c++17 -fPIC
22PLATFORM = linux
33PLATVER =
44FILEEXT =
@@ -16,10 +16,10 @@ DEBUG =
1616else
1717 ifeq ($(PLATFORM),mac)
1818 FLAGS = -c
19- DEBUG = -g
19+ DEBUG = -g -D _DEBUG
2020 else
2121 FLAGS = -c -lc_p
22- DEBUG = -g -pg
22+ DEBUG = -g -pg -D _DEBUG
2323 endif
2424endif
2525
Original file line number Diff line number Diff line change 1- CC = g++ -Wall -std=c++20 -fPIC
1+ CC = g++ -Wall -std=c++17 -fPIC
22PLATFORM = linux
33PLATVER =
44FILEEXT =
@@ -16,10 +16,10 @@ DEBUG =
1616else
1717 ifeq ($(PLATFORM),mac)
1818 FLAGS = -c
19- DEBUG = -g
19+ DEBUG = -g -D _DEBUG
2020 else
2121 FLAGS = -c -lc_p
22- DEBUG = -g -pg
22+ DEBUG = -g -pg -D _DEBUG
2323 endif
2424endif
2525
Original file line number Diff line number Diff line change 1- CC = g++ -Wall -std=c++20 -fPIC
1+ CC = g++ -Wall -std=c++17 -fPIC
22PLATFORM = linux
33PLATVER =
44FILEEXT =
@@ -16,10 +16,10 @@ DEBUG =
1616else
1717 ifeq ($(PLATFORM),mac)
1818 FLAGS = -c
19- DEBUG = -g
19+ DEBUG = -g -D _DEBUG
2020 else
2121 FLAGS = -c -lc_p
22- DEBUG = -g -pg
22+ DEBUG = -g -pg -D _DEBUG
2323 endif
2424endif
2525
You can’t perform that action at this time.
0 commit comments