OSDN Git Service

Revert "単体試験においてgdbを使用するために、gccの最適化オプションを"
authorMitsuru Hasegawa <hasegawa@metrosystems.co.jp>
Wed, 8 Aug 2012 11:33:16 +0000 (20:33 +0900)
committerMitsuru Hasegawa <hasegawa@metrosystems.co.jp>
Wed, 8 Aug 2012 11:33:16 +0000 (20:33 +0900)
This reverts commit 205bc7b34238e0f0fd60da24c2adee7452f7ef33.

PostgreSQL本体のconfigureオプションでgccの最適化オプションを変更
できる事が分かったため、変更を元に戻す。

Makefile

index c342956..81080cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,6 @@
 MODULES = pg_hint_plan
 REGRESS = init base_plan pg_hint_plan prepare fdw
 
-ifdef UNIT_TEST
-PG_CPPFLAGS = -O0
-endif
-
 EXTRA_CLEAN = sql/fdw.sql expected/base_plan.out expected/prepare.out expected/fdw.out
 
 PG_CONFIG = pg_config