Removed warning and disabled dev mode
This commit is contained in:
parent
2d7f302d42
commit
30ffb0b07a
|
@ -1,5 +1,5 @@
|
||||||
use std::{fs, path::PathBuf, io::{Write, BufWriter}, collections::HashMap};
|
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 color_eyre::Result;
|
||||||
use crate::compile::commands::linux_x86_64_compile_and_link;
|
use crate::compile::commands::linux_x86_64_compile_and_link;
|
||||||
use crate::constants::InstructionType;
|
use crate::constants::InstructionType;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Prints out extra information
|
* 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_OUT_FILE: &str = "a.out";
|
||||||
pub const DEFAULT_INCLUDES: [&str;1] = [
|
pub const DEFAULT_INCLUDES: [&str;1] = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user