Removed warning and disabled dev mode

This commit is contained in:
MCorange 2023-04-13 04:59:08 +03:00
parent 2d7f302d42
commit 30ffb0b07a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
use std::{fs, path::PathBuf, io::{Write, BufWriter}, collections::HashMap};
use crate::{constants::{Operator, OpType, KeywordType}, Args, warn, error, lerror};
use crate::{constants::{Operator, OpType, KeywordType}, Args, warn, lerror};
use color_eyre::Result;
use crate::compile::commands::linux_x86_64_compile_and_link;
use crate::constants::InstructionType;

View File

@ -1,7 +1,7 @@
/**
* Prints out extra information
*/
pub const DEV_MODE: bool = true;
pub const DEV_MODE: bool = false;
pub const DEFAULT_OUT_FILE: &str = "a.out";
pub const DEFAULT_INCLUDES: [&str;1] = [