Ver código fonte

[FIX] change flag to not-stripped

master
myitinos 4 anos atrás
pai
commit
97e5f317c8
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@ -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

Carregando…
Cancelar
Salvar