Remove useless data from the CRT private key.
[crypto_lab3.git] / src / lab3.qbs
index 2cdba34..148f7b4 100644 (file)
@@ -9,15 +9,6 @@ Product {
    cpp.commonCompilerFlags: ["-std=c++11"]
    cpp.staticLibraries: ["gmp", "gmpxx"]
 
-   Properties {
-      condition: qbs.buildVariant == "release"
-
-      //cpp.commonCompilerFlags: outer.concat("")
-
-      // Override the default optimization (-02).
-      cpp.optimization: "none"
-      cpp.cxxFlags: "-O3"
-   }
    Properties {
       condition: qbs.buildVariant == "debug"
       cpp.debugInformation: true