Fix use of add() and add_before() in Configurations/*.conf
[openssl.git] / Configurations / 99-personal-levitte.conf
index fbfd3da37ecd13d45d09ab185dde74ec15e06897..a1b92d072997260f38c88e369239b30879e84c21 100644 (file)
@@ -8,14 +8,14 @@
 %targets = (
     "levitte-linux-elf" => {
         inherit_from     => [ "linux-elf" ],
-        debug_cflags     => add("-ggdb -g3"),
+        debug_cflags     => add(" ", "-ggdb -g3"),
         debug_defines    => add(undef, "LEVITTE_DEBUG"),
         build_scheme     => [ "unified", "unix" ],
         build_file       => "Makefile",
     },
     "levitte-linux-x86_64" => {
         inherit_from     => [ "linux-x86_64" ],
-        debug_cflags     => add("-ggdb -g3"),
+        debug_cflags     => add(" ", "-ggdb -g3"),
         debug_defines    => add(undef, "LEVITTE_DEBUG"),
         build_scheme     => [ "unified", "unix" ],
         build_file       => "Makefile",