From 97e5f317c8feb11bca262ae8887a75b92eda5c2e Mon Sep 17 00:00:00 2001 From: myitinos Date: Sat, 2 Nov 2019 22:51:28 +0800 Subject: [PATCH] [FIX] change flag to not-stripped --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb11d47..77485f8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ COMPILER=g++ #FLAGS=-g -I. -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wnoexcept -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wswitch-default -Wundef -Werror -Wno-unused #FLAGS=-g -I. -FLAGS=-s -I. +FLAGS=-I. O_DIR=obj CLASS_DIR=src/class