Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: CMakeLists.txt

Issue 1897323002: Added definition of ALLOW_WASM to CMakeLists. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 261bca95e4877e83db29355c4f41a8a939f10dd2..8dfeeafe2c11108fbe12dab3a151a09bf6dd6962 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,6 +18,7 @@ if(PNACL_BROWSER_TRANSLATOR)
-DALLOW_LLVM_IR_AS_INPUT=0
-DALLOW_TIMERS=0
-DALLOW_MINIMAL_BUILD=1
+ -DALLOW_WASM=0
-DPNACL_BROWSER_TRANSLATOR=1
)
else()
@@ -28,6 +29,7 @@ else()
-DALLOW_LLVM_IR_AS_INPUT=1
-DALLOW_TIMERS=1
-DALLOW_MINIMAL_BUILD=0
+ -DALLOW_WASM=0
-DPNACL_BROWSER_TRANSLATOR=0
)
endif()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698