Makefile: added new macros to CFLAGS

This commit is contained in:
Tomasz Sowa 2021-06-21 20:22:15 +02:00
parent 8ab07d11b1
commit 99df807095
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ endif
# CXX = g++-4.8
ifndef CXXFLAGS
CXXFLAGS = -Wall -O0 -g -fPIC -pthread -std=c++20 -I/usr/local/include -I/usr/include/postgresql -I$(GLOBAL_WORKING_DIR)/pikotools/src -I$(GLOBAL_WORKING_DIR)/morm/src -DEZC_HAS_SPECIAL_STREAM -DPT_HAS_MORM
CXXFLAGS = -Wall -O0 -g -fPIC -pthread -std=c++20 -I/usr/local/include -I/usr/include/postgresql -I$(GLOBAL_WORKING_DIR)/pikotools/src -I$(GLOBAL_WORKING_DIR)/ezc/src -I$(GLOBAL_WORKING_DIR)/morm/src -DPT_HAS_MORM_LIBRARY -DEZC_GENERATOR_HAS_PT_STREAM -DEZC_GENERATOR_HAS_WINIX_STREAM -DEZC_HAS_MORM_LIBRARY -DMORM_HAS_EZC_LIBRARY
endif
ifndef AR