aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-01 07:40:04 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-01 07:40:04 +0000
commit9b8f0f6c4683dd00ee0e3422b84c9cc34510011e (patch)
tree27536a5176fe16448f376e69a3f335685bacb588 /driver/Clflags.ml
parenta68e113d362e3d28fb1fc45d7f40692fdffe2498 (diff)
downloadcompcert-9b8f0f6c4683dd00ee0e3422b84c9cc34510011e.tar.gz
compcert-9b8f0f6c4683dd00ee0e3422b84c9cc34510011e.zip
Added option -falign-functions
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1945 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 2be48de7..47336b5b 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -24,6 +24,7 @@ let option_fvararg_calls = ref true
let option_fpacked_structs = ref false
let option_fsse = ref true
let option_ffloatconstprop = ref 2
+let option_falignfunctions = ref (None: int option)
let option_dparse = ref false
let option_dcmedium = ref false
let option_dclight = ref false