Skip to content

Commit

Permalink
cabal: remove -O2 from cc-options as it's added automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
arybczak committed Oct 18, 2014
1 parent e9ea412 commit 1ac70cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpqtypes.cabal
Expand Up @@ -120,7 +120,7 @@ library
include-dirs: libpqtypes/src
extra-libraries: pq

cc-options: -DHAVE_CONFIG_H -D_GNU_SOURCE -D_REENTRANT -O2 -std=gnu99 -fsigned-char -fno-strict-aliasing -Wall -Wextra
cc-options: -DHAVE_CONFIG_H -D_GNU_SOURCE -D_REENTRANT -std=gnu99 -fsigned-char -fno-strict-aliasing -Wall -Wextra

c-sources: libpqtypes/src/array.c
, libpqtypes/src/datetime.c
Expand Down

0 comments on commit 1ac70cf

Please sign in to comment.