diff options
author | Lukas Larsson <[email protected]> | 2011-07-05 14:57:18 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-07-05 14:58:51 +0200 |
commit | 5389be3dee15c677412e54968c8e71713f43f6b6 (patch) | |
tree | 503eef13fed322d70f38e34329d4352d3cdb36fb /lib/public_key/asn1 | |
parent | 22a909596393ac301f091c93bce7105963c12aa1 (diff) | |
download | otp-5389be3dee15c677412e54968c8e71713f43f6b6.tar.gz otp-5389be3dee15c677412e54968c8e71713f43f6b6.tar.bz2 otp-5389be3dee15c677412e54968c8e71713f43f6b6.zip |
Start using asn1 nifs for OTP-PUB-KEY.asn1
asn1 will use an erlang fallback if the nifs are not found
Diffstat (limited to 'lib/public_key/asn1')
-rw-r--r-- | lib/public_key/asn1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/asn1/Makefile b/lib/public_key/asn1/Makefile index 94abec083c..6b2a2bc3d9 100644 --- a/lib/public_key/asn1/Makefile +++ b/lib/public_key/asn1/Makefile @@ -65,7 +65,7 @@ EBIN = ../ebin EXTRA_ERLC_FLAGS = ERL_COMPILE_FLAGS += $(EXTRA_ERLC_FLAGS) -ASN_FLAGS = -bber_bin +der +compact_bit_string +optimize +noobj +asn1config +inline +ASN_FLAGS = -bber_bin +der +compact_bit_string +optimize +noobj +asn1config +inline +nif # ---------------------------------------------------- # Targets |