Compare commits

...

2 Commits

Author SHA1 Message Date
MoneroOcean 5cb4d4a460 Updated version 2018-06-26 18:18:56 +02:00
MoneroOcean 34de91e798 Removed -m64 2018-06-26 18:08:55 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,10 +25,10 @@
] ]
}, },
"cflags_c": [ "cflags_c": [
"-fno-exceptions -std=gnu11 -march=native -fPIC -m64 -DNDEBUG -Ofast -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2" "-fno-exceptions -std=gnu11 -march=native -fPIC -DNDEBUG -Ofast -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2"
], ],
"cflags_cc": [ "cflags_cc": [
"-fexceptions -frtti -std=gnu++11 -march=native -fPIC -m64 -DNDEBUG -Ofast -s -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2" "-fexceptions -frtti -std=gnu++11 -march=native -fPIC -DNDEBUG -Ofast -s -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2"
], ],
"xcode_settings": { "xcode_settings": {
"OTHER_CFLAGS": [ "-fexceptions -frtti" ] "OTHER_CFLAGS": [ "-fexceptions -frtti" ]
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "cryptoforknote-util", "name": "cryptoforknote-util",
"version": "1.0.0", "version": "1.0.1",
"main": "cryptoforknote-util", "main": "cryptoforknote-util",
"author": { "author": {
"name": "LucasJones", "name": "LucasJones",